#367: Python 的程式碼 (上一個MLE)


revival0728 (revcoding/10th 進階助教)

學校 : 復旦高級中學
編號 : 300
來源 : [140.121.196.89]
最後登入時間 :
2024-05-05 19:01:44
a494. Wizard Lanjen trying to beat the Dragon | From: [192.168.4.102] | 發表日期 : 2020-12-03 09:55

def Solve1():
  pass
  #C1 solution here

def Solve2():
  pass
  #C2 solution here

#main

Test_Case, Case_ = map(int, input().split())
if Test_Case == 1:
  for _ in range(Case_):
    Solve1()
if Test_Case == 2:
  for _ in range(Case_):
    Solve2()
 
ZeroJudge Forum