s_id stringlengths 10 10 | p_id stringlengths 6 6 | u_id stringlengths 10 10 | date stringlengths 10 10 | language stringclasses 1
value | original_language stringclasses 11
values | filename_ext stringclasses 1
value | status stringclasses 1
value | cpu_time stringlengths 1 5 | memory stringlengths 1 7 | code_size stringlengths 1 6 | code stringlengths 1 539k |
|---|---|---|---|---|---|---|---|---|---|---|---|
s379364531 | p02396 | u498462680 | 1546252694 | Python | Python3 | py | Runtime Error | 0 | 0 | 141 | flg = 1
i=0
while flg:
i=i+1
Indata = input()
print("Case" +str(i) + ": " + str(Indata))
if Indata == 0:
flg=0
|
s604285553 | p02396 | u498462680 | 1546252763 | Python | Python3 | py | Runtime Error | 0 | 0 | 136 | flg = 1
i=0
while flg:
i=i+1
Indata = input()
print("Case" +str(i) + ": " + Indata)
if Indata == 0:
flg=0
|
s869942303 | p02396 | u498462680 | 1546253273 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | i=0
while True:
i=i+1
Indata = input()
print("Case" +str(i) + ": " + Indata)
if Indata == 0:
break
|
s472592829 | p02396 | u498462680 | 1546253410 | Python | Python3 | py | Runtime Error | 0 | 0 | 138 | i=0
while True:
i=i+1
Indata = int(input())
print("Case" +str(i) + ": " + str(Indata)
if Indata == 0:
break
|
s342905428 | p02396 | u498462680 | 1546253546 | Python | Python3 | py | Runtime Error | 0 | 0 | 162 | i=0
while True:
i=i+1
Indata = int(input())
if Indata == 0:
break
else:
print("Case" +str(i) + ": " + str(Indata)
|
s326142512 | p02396 | u498462680 | 1546253606 | Python | Python3 | py | Runtime Error | 0 | 0 | 150 | i=0
while True:
Indata = int(input())
if Indata == 0:
break
else:
i=i+1
print("Case" +str(i) + ": " + str(Indata)
|
s760571248 | p02396 | u697703458 | 1546360607 | Python | Python3 | py | Runtime Error | 0 | 0 | 130 | count=0
while True:
count+=1
a=input()
if a==0:
break
else:
print("Case "+str(count)+": "+str(a))
|
s783195027 | p02396 | u697703458 | 1546360655 | Python | Python3 | py | Runtime Error | 0 | 0 | 131 | count=0
while True:
count+=1
a=input()
if a==0:
break
else:
print("Case "+str(count)+": "+str(a))
|
s677230633 | p02396 | u697703458 | 1546360672 | Python | Python3 | py | Runtime Error | 0 | 0 | 131 | count=0
while True:
count+=1
a=input()
if a==0:
break
else:
print("Case "+str(count)+": "+str(a))
|
s169756250 | p02396 | u697703458 | 1546360901 | Python | Python3 | py | Runtime Error | 0 | 0 | 131 | count=0
while True:
count+=1
a=input()
if a==0:
break
else:
print("Case "+str(count)+": "+str(a))
|
s109888171 | p02396 | u697703458 | 1546360986 | Python | Python3 | py | Runtime Error | 0 | 0 | 128 | count=0
while 1:
count+=1
a=input()
if a==0:
break
else:
print("Case "+str(count)+": "+str(a))
|
s343030508 | p02396 | u175224634 | 1551528106 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | i = 1
x = int(input())
for x in x:
if x == 0:
break
print(Case
i: x)
i += 1
|
s489803883 | p02396 | u175224634 | 1551528263 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | i = 1
x = int(input())
for x in x:
if x == 0:
break
print(Case
i: x)
i += 1
|
s175577288 | p02396 | u175224634 | 1551528441 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | i = 1
x = int(input())
for y in x:
if x == 0:
break
print(f 'Case {i}: {y}')
i += 1
|
s149342672 | p02396 | u175224634 | 1551528500 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | i = 1
x = int(input())
for y in x:
if x == 0:
break
print(f 'Case {i}: {y}')
i += 1
|
s865489957 | p02396 | u175224634 | 1551528621 | Python | Python3 | py | Runtime Error | 0 | 0 | 138 | i = 1
x = int(input())
for y in x:
if i == 0:
break
if i == 10000:
break
print(f 'Case {i}: {y}')
i += 1
|
s783503504 | p02396 | u175224634 | 1551528642 | Python | Python3 | py | Runtime Error | 0 | 0 | 138 | i = 1
x = int(input())
for y in x:
if i == 0:
break
if i == 10000:
break
print(f 'Case {i}: {y}')
i += 1
|
s385540994 | p02396 | u175224634 | 1551528887 | Python | Python3 | py | Runtime Error | 0 | 0 | 138 | i = 1
x = int(input())
for y in x:
if x == 0:
break
if i == 10000:
break
print(f 'Case {i}: {y}')
i += 1
|
s318090775 | p02396 | u175224634 | 1551528916 | Python | Python3 | py | Runtime Error | 0 | 0 | 138 | i = 1
x = int(input())
for y in x:
if y == 0:
break
if i == 10000:
break
print(f 'Case {i}: {y}')
i += 1
|
s311809481 | p02396 | u175224634 | 1551528947 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | i = 1
x = int(input())
for y in x:
if y == 0:
break
print(f 'Case {i}: {y}')
i += 1
|
s339719044 | p02396 | u175224634 | 1551528985 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | i = 1
x = int(input())
for y in x:
if y == 0:
break
print(f 'Case {i}: {y}')
i += 1
|
s187333424 | p02396 | u175224634 | 1551529185 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | i = 1
x = int(input())
while:
if y == 0:
break
print(f 'Case {i}: {x[y]}')
i += 1
|
s000634548 | p02396 | u175224634 | 1551529217 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | i = 1
x = int(input())
while:
if y == 0:
break
print(f 'Case {i}: {x[y]}')
i += 1
|
s715767537 | p02396 | u175224634 | 1551530949 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | i = 1
x = int(input())
while:
if y == 0:
break
print(f 'Case {i}: {x[y]}')
i += 1
|
s488701155 | p02396 | u984892564 | 1551539620 | Python | Python3 | py | Runtime Error | 0 | 0 | 94 | n = 1
while n <= 10000
x = input('Case {0}:'.format(n))
if int(x) == 0:
break
|
s334823282 | p02396 | u984892564 | 1551539628 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | n = 1
while n < 10000
x = input('Case {0}:'.format(n))
if int(x) == 0:
break
|
s141929157 | p02396 | u344890307 | 1555729208 | Python | Python3 | py | Runtime Error | 0 | 0 | 229 | """
Print Test Cases
"""
def main():
i = 1
while True:
x = int(raw_input().strip())
if x == 0:
break
print "Case %d: %d" % (i, x)
i += 1
if __name__ == '__main__':
main()
|
s950700400 | p02396 | u928633434 | 1555812248 | Python | Python3 | py | Runtime Error | 0 | 0 | 107 | i = 1
while true
x = input()
if x == 0:
break
print ("Case " + str(i) + ": " + str(x))
i += 1
|
s997644273 | p02396 | u928633434 | 1555812264 | Python | Python3 | py | Runtime Error | 0 | 0 | 108 | i = 1
while true:
x = input()
if x == 0:
break
print ("Case " + str(i) + ": " + str(x))
i += 1
|
s435473636 | p02396 | u761491190 | 1555907294 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | c = 1
x = int(input())
while true:
print("Case {0}: {1}".format(c,x)})
c += 1
|
s840528781 | p02396 | u525395303 | 1555911721 | Python | Python3 | py | Runtime Error | 0 | 0 | 2 | l
|
s674611838 | p02396 | u525395303 | 1555911827 | Python | Python3 | py | Runtime Error | 0 | 0 | 2 | k
|
s233691525 | p02396 | u525395303 | 1555912073 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | You are not allowed to see this code.
|
s043174064 | p02396 | u525395303 | 1555912099 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | You are not allowed to see this code.
|
s449800214 | p02396 | u607723579 | 1555912115 | Python | Python3 | py | Runtime Error | 0 | 0 | 142 |
x=int(input())
int i=0;
while(1){
scanf("%d", &x);
if(x==0)break;
printf("Case %d: %d\n", ++i, x);
|
s883550259 | p02396 | u525395303 | 1555912193 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | You are not allowed to see this code.
|
s151343664 | p02396 | u525395303 | 1555912275 | Python | Python3 | py | Runtime Error | 0 | 0 | 3 | l
|
s909574104 | p02396 | u651717882 | 1555952004 | Python | Python3 | py | Runtime Error | 0 | 0 | 111 | a =0
while True:
n =int(input())
i=i+1
if n==0:
break
print("Case"+str(i)+": "+str(n))
|
s797938540 | p02396 | u651717882 | 1555952071 | Python | Python3 | py | Runtime Error | 0 | 0 | 125 | a =0
while True:
n =int(input())
i=i+1
if n==0:
break
else:
print("Case"+str(i)+": "+str(n))
|
s688519500 | p02396 | u651717882 | 1555952254 | Python | Python3 | py | Runtime Error | 0 | 0 | 136 | a =0
while True:
n =int(input())
i=i+1
if n==0:
break
else:
print("Case" + str(i)+": "+str(n))
|
s165147480 | p02396 | u651717882 | 1555952280 | Python | Python3 | py | Runtime Error | 0 | 0 | 135 | a =0
while True:
n =int(input())
i+=1
if n==0:
break
else:
print("Case" + str(i)+": "+str(n))
|
s471441792 | p02396 | u651717882 | 1555952379 | Python | Python3 | py | Runtime Error | 0 | 0 | 134 | i=0
while True:
a=int(input())
i+=1
if a==0:
break
else:
print("Case" + str(i)+": "+str(a))
|
s330580517 | p02396 | u651717882 | 1555952433 | Python | Python3 | py | Runtime Error | 0 | 0 | 134 | i=0
while True:
n=int(input())
i+=1
if n==0:
break
else:
print("Case" + str(i)+": "+str(n))
|
s185046530 | p02396 | u651717882 | 1555952502 | Python | Python3 | py | Runtime Error | 0 | 0 | 141 | i = 0
while True:
n = int(input())
i +=1
if n == 0:
break
else:
print("Case" + str(i)+": "+str(n))
|
s848764566 | p02396 | u093488647 | 1555996388 | Python | Python3 | py | Runtime Error | 0 | 0 | 158 | input = -1
cnt = 1
output = []
while input != 0:
input = input()
if input == 0:
break
output += "Case " + cnt + ": " + input
for x in output:
print(x)
|
s997020584 | p02396 | u037441960 | 1556005171 | Python | Python3 | py | Runtime Error | 0 | 0 | 115 | i = 0
while True :
x = int(input())
if(x is none) :
break
else :
i += 1
print("Case i:", x)
|
s045316036 | p02396 | u037441960 | 1556005267 | Python | Python3 | py | Runtime Error | 0 | 0 | 126 | i = 0
while True :
x = int(input())
if(x is none) :
break
else :
i += 1
print("Case i:", x)
|
s961750368 | p02396 | u037441960 | 1556005348 | Python | Python3 | py | Runtime Error | 0 | 0 | 123 | i = 0
while True :
x = int(input())
if(x == 0) :
break
else :
i += 1
print("Case i:", x)
|
s302551113 | p02396 | u037441960 | 1556026674 | Python | Python3 | py | Runtime Error | 0 | 0 | 128 | i = 0
while True :
x = int(input())
if(x == 0) :
break
else :
i += 1
print("Case", i, ":", x)
|
s815572290 | p02396 | u252054808 | 1556169509 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | i = 0
while(True):
print("Case %d: %s" % (i+1, input()))
i+=1
|
s223515584 | p02396 | u252054808 | 1556169537 | Python | Python3 | py | Runtime Error | 0 | 0 | 80 | i = 0
while(True):
s = input()
print("Case %d: %s" % (i+1, s))
i+=1
|
s831617351 | p02396 | u681232780 | 1556179112 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | i = 1
while True :
x = int(input())
if x = = 0 :
break
print('Case',i,':',x)
i = i + 1
|
s697928085 | p02396 | u681232780 | 1556179141 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | i = 1
while True :
x = int(input())
if x = = 0 :
break
print('Case',i':',x)
i = i + 1
|
s301218760 | p02396 | u681232780 | 1556179152 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | i = 1
while True :
x = int(input())
if x = = 0 :
break
print('Case',I,':',x)
i = i + 1
|
s221366045 | p02396 | u592815095 | 1556195308 | Python | Python3 | py | Runtime Error | 0 | 0 | 96 | n=int(input())
for i in range(10**9)
print("Case "+str(i+1)+": "+str(n))
n=int(input())
|
s710409327 | p02396 | u592815095 | 1556195326 | Python | Python3 | py | Runtime Error | 0 | 0 | 115 | n=int(input())
for i in range(10**9)
print("Case "+str(i+1)+": "+str(n))
n=int(input())
if n==0:exit()
|
s909874054 | p02396 | u482227082 | 1556409957 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | for i in range(10000):
line = input()
if line == "0":
break
else:
print('Case %d: %s', % (i, line) )
|
s957082255 | p02396 | u482227082 | 1556409983 | Python | Python3 | py | Runtime Error | 0 | 0 | 128 | for i in range(10000):
line = input()
if line == "0":
break
else:
print('Case %d: %s', % (i, line))
|
s080245775 | p02396 | u482227082 | 1556410057 | Python | Python3 | py | Runtime Error | 0 | 0 | 127 | for i in range(10000):
line = input()
if line == "0":
break
else:
print('Case %d: %s', %(i, line))
|
s163277915 | p02396 | u482227082 | 1556410084 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | for i in range(1,10001):
line = input()
if line == "0":
break
else:
print('Case %d: %s', %(i, line))
|
s352675204 | p02396 | u482227082 | 1556410172 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | for i in range(1,10001):
line = input()
if line == "0":
break
else:
print('Case %d: %s', %(i, line))
|
s967337310 | p02396 | u482227082 | 1556410218 | Python | Python3 | py | Runtime Error | 0 | 0 | 127 | for i in range(1,10001):
line = input()
if line == 0:
break
else:
print('Case %d: %s', %(i, line))
|
s804268128 | p02396 | u482227082 | 1556410289 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | for i in range(1,10001):
line = input()
if line == "0":
break
else:
print('Case %s: %s', %(i, line))
|
s081174429 | p02396 | u482227082 | 1556410309 | Python | Python3 | py | Runtime Error | 0 | 0 | 129 | for i in range(1,10001):
line = input()
if line == "0":
break
else:
print('Case %i: %s', %(i, line))
|
s299292461 | p02396 | u482227082 | 1556410561 | Python | Python3 | py | Runtime Error | 0 | 0 | 124 | for i in range(1,10000):
x = int(input())
if x == 0:
break:
else:
print('Case %i: %i' % (i, x))
|
s174855545 | p02396 | u482227082 | 1556410791 | Python | Python3 | py | Runtime Error | 0 | 0 | 124 | for i in range(1,10000):
x = int(input())
if x == 0:
break:
else:
print("Case %d: %d" % (i, x))
|
s072844726 | p02396 | u482227082 | 1556410836 | Python | Python3 | py | Runtime Error | 0 | 0 | 157 |
#for i in range(1,10000):
i = 1
while True:
x = int(input())
if x == 0:
break:
else:
print("Case %d: %d" % (i, x))
i++
|
s584765300 | p02396 | u482227082 | 1556410859 | Python | Python3 | py | Runtime Error | 0 | 0 | 156 | #for i in range(1,10000):
i = 1
while True:
x = int(input())
if x == 0:
break:
else:
print("Case %d: %d" % (i, x))
i++
|
s247787904 | p02396 | u108130680 | 1556619716 | Python | Python3 | py | Runtime Error | 0 | 0 | 132 | while True:
x,y = map(int, input().split())
if x == 0 and y == 0:
break
if x > y:
print(y, x)
else:
print(x, y)
|
s417202128 | p02396 | u610816226 | 1556624722 | Python | Python3 | py | Runtime Error | 0 | 0 | 135 | i = 0
While True:
x = int(input())
if x == 0:
break
else:
i += 1
print('Case {}: {}'.format(i, x))
|
s798445432 | p02396 | u994696641 | 1556702580 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | c = 1
while True:
x = input()
print("Case ", c, ": ", ) if x != 0 else return
c += 1
|
s597742587 | p02396 | u994696641 | 1556702599 | Python | Python3 | py | Runtime Error | 0 | 0 | 98 | c = 1
while True:
x = input()
print("Case ", c, ": ", x) if x != 0 else return
c += 1
|
s565663709 | p02396 | u994696641 | 1556702693 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | c = 1
while True:
x = input()
if x == 0 else return
print("Case ", c, ": ", x)
c += 1
|
s853900335 | p02396 | u994696641 | 1556702701 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | c = 1
while True:
x = input()
if x == 0 else break
print("Case ", c, ": ", x)
c += 1
|
s698289114 | p02396 | u994696641 | 1556702717 | Python | Python3 | py | Runtime Error | 0 | 0 | 98 | c = 1
while True:
x = input()
if x == 0: break
print("Case ", c, ": ", x)
c += 1
|
s718770094 | p02396 | u994696641 | 1556702976 | Python | Python3 | py | Runtime Error | 0 | 0 | 110 | c = 1
while True:
x = int(input())
if x == 0: return
print("Case {}: {}".format(c, x))
c += 1
|
s846410525 | p02396 | u777181309 | 1556761610 | Python | Python3 | py | Runtime Error | 0 | 0 | 127 | i = 0
while True:
num = int(input())
if num == 0:
break
print('Case {}': num.format(i, num))
i++
|
s937732113 | p02396 | u777181309 | 1556761697 | Python | Python3 | py | Runtime Error | 0 | 0 | 126 | i = 0
while True:
num = int(input())
if num == 0:
break
print('Case {}: {}'.format(i, num))
i++
|
s100820151 | p02396 | u596870465 | 1558935206 | Python | Python3 | py | Runtime Error | 0 | 0 | 95 | for i in range(10000):
x = int(input())
if (x == 0):
break
print("Case ",i+1, ": ",x)
|
s796868240 | p02396 | u520674325 | 1559019795 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | int i = 1
while(true):
x = int(input())
if(x == 0):
break
print('case {0}: {1}'.format(i,x))
i++
|
s692398578 | p02396 | u520674325 | 1559019899 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | int i = 1
while true:
x = int(input())
if(x == 0):
break
print('case {0}: {1}'.format(i,x))
i++
|
s265196974 | p02396 | u520674325 | 1559019929 | Python | Python3 | py | Runtime Error | 0 | 0 | 106 | int i = 1
while true:
x = int(input())
if(x == 0):
break
print('case {0}: {1}'.format(i,x))
i = i+1
|
s314919003 | p02396 | u520674325 | 1559019945 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | int i = 1
while true:
x = int(input())
if x == 0:
break
print('case {0}: {1}'.format(i,x))
i = i+1
|
s672356885 | p02396 | u520674325 | 1559019979 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | i = 1
while true:
x = int(input())
if x == 0:
break
print('case {0}: {1}'.format(i,x))
i = i+1
|
s323873951 | p02396 | u520674325 | 1559020285 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | i = 1
while true:
x = int(input())
if x == 0:
break
print('case %d: %d' % (i,x))
i +=1
|
s440742997 | p02396 | u520674325 | 1559020313 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | i = 1
while true:
x = int(input())
if x == 0:
break
print('case %d: %d' % (i,x))
i +=1
|
s142787824 | p02396 | u629874472 | 1559027938 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | while True:
i = 1
print('Case '+str(i)+': '+input())
i +=1
|
s293557559 | p02396 | u629874472 | 1559028136 | Python | Python3 | py | Runtime Error | 0 | 0 | 67 | i = 1
while True:
print('Case '+str(i)+': '+input())
i +=1
|
s268515238 | p02396 | u629874472 | 1559028274 | Python | Python3 | py | Runtime Error | 0 | 0 | 123 | i = 1
while True:
a = input()
if a ==0:
break
else:
print('Case '+str(i)+': '+a)
i +=1
|
s768661778 | p02396 | u535719732 | 1559194203 | Python | Python3 | py | Runtime Error | 0 | 0 | 143 | list = []
while True:
if(int(input()) == 0): break
else: list.append(input())
for i in list:
print("Case %d:%d" %(i,list[i]))
|
s452590653 | p02396 | u535719732 | 1559194254 | Python | Python3 | py | Runtime Error | 0 | 0 | 148 | list = []
while True:
if(int(input()) == 0): break
else: list.append(input())
for i in len(list):
print("Case %d:%d" %(i,list[i]))
|
s189572642 | p02396 | u535719732 | 1559194268 | Python | Python3 | py | Runtime Error | 0 | 0 | 155 | list = []
while True:
if(int(input()) == 0): break
else: list.append(input())
for i in range(len(list)):
print("Case %d:%d" %(i,list[i]))
|
s788584882 | p02396 | u535719732 | 1559194315 | Python | Python3 | py | Runtime Error | 0 | 0 | 157 | list = []
while True:
if(int(input()) == 0): break
else: list.append(input())
c = 0
for i in list:
c = c + 1
print("Case %d:%d" %(c,i))
|
s674282235 | p02396 | u535719732 | 1559194356 | Python | Python3 | py | Runtime Error | 0 | 0 | 154 | list = []
while True:
if(int(input()) == 0): break
else: list.append(int(input()))
for i in len(list):
print("Case %d:%d" %(i,list[i]))
|
s871215808 | p02396 | u839788696 | 1559362436 | Python | Python3 | py | Runtime Error | 0 | 0 | 54 | n =[]
i = list(map(int, input().split()))
N = len[i]
|
s692706847 | p02396 | u015712946 | 1559524202 | Python | Python3 | py | Runtime Error | 0 | 0 | 136 | while True:
x = int(input().split())
if x == 0:
break
print("Case ", c, ": ", x, sep="")
c += 1 # c = c + 1 の略記法
|
s269053338 | p02396 | u015712946 | 1559524237 | Python | Python3 | py | Runtime Error | 0 | 0 | 100 | while True:
x = int(input().split())
if x == 0:
break
print("Case ", c, ": ", x, sep="")
|
s835072007 | p02396 | u015712946 | 1559524330 | Python | Python3 | py | Runtime Error | 0 | 0 | 142 | c = 1
while True:
x = int(input().split())
if x == 0:
break
print("Case ", c, ": ", x, sep="")
c += 1 # c = c + 1 の略記法
|
s169229436 | p02396 | u786891610 | 1559535709 | Python | Python3 | py | Runtime Error | 0 | 0 | 100 | i = 1
while True:
x = int(input())
if x == 0 :
break
print("Case","", i,":","",x)
i +=
|
s776851438 | p02396 | u428848588 | 1559538684 | Python | Python3 | py | Runtime Error | 0 | 0 | 116 | while True:
x,y =map(int, input().split())
if x==0 and y==0:
break
if x>y:
print(y,x)
else:
print(x,y)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.