/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 13ms 2.883 MiB
#2 Wrong Answer 12ms 2.719 MiB
#3 Wrong Answer 12ms 2.711 MiB
#4 Wrong Answer 12ms 2.668 MiB
#5 Wrong Answer 12ms 2.836 MiB
#6 Wrong Answer 12ms 2.77 MiB
#7 Wrong Answer 12ms 2.777 MiB
#8 Wrong Answer 12ms 2.777 MiB
#9 Wrong Answer 13ms 2.879 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:38:45
Judged At
2023-12-31 12:38:45
Judged By
Score
0
Total Time
13ms
Peak Memory
2.883 MiB