How can I change from accepting input to check input from the list? (UVA 12376 - As Long as I Learn, I Live )

前端 未结 0 785
名媛妹妹
名媛妹妹 2020-12-20 07:35

This is my list of input.

class TestCase:
  def __init__(self,input,output):
    self.input = input
    self.output = output
    
testCases = []
t1 = TestCase         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题