/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 12ms 2.777 MiB
#2 Wrong Answer 12ms 2.777 MiB
#3 Wrong Answer 12ms 2.793 MiB
#4 Wrong Answer 11ms 2.82 MiB
#5 Wrong Answer 12ms 2.855 MiB
#6 Wrong Answer 12ms 2.84 MiB
#7 Wrong Answer 12ms 2.672 MiB
#8 Wrong Answer 12ms 2.68 MiB
#9 Wrong Answer 13ms 2.68 MiB

Code

g = int(input())

for i in range(g):
	a, u = map(int, input().split())
	if a <= u:
		x = a
		y = u
	else:
		x = u
		y = a
		
	print("Game #", sep ="")
	print(i+1, sep="")
	print(":", x,"/", y)
	

Information

Submit By
Type
Submission
Problem
P1001 Achievement-Unlocked
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 12:41:24
Judged At
2023-12-31 12:41:24
Judged By
Score
0
Total Time
13ms
Peak Memory
2.855 MiB