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


revival0728 (10th進階助教 (✿◕‿◕✿))

學校 : 復旦高級中學
編號 : 300
來源 : [123.241.173.11]
最後登入時間 :
2025-07-01 21:14:30
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