/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Accepted 12ms 2.867 MiB
#2 Wrong Answer 12ms 2.711 MiB
#3 Wrong Answer 13ms 2.719 MiB
#4 Wrong Answer 13ms 2.887 MiB
#5 Wrong Answer 13ms 2.891 MiB
#6 Wrong Answer 13ms 2.777 MiB
#7 Wrong Answer 13ms 2.777 MiB
#8 Wrong Answer 13ms 2.648 MiB
#9 Wrong Answer 13ms 2.793 MiB

Code



n=int(input())
for i in range (1,n+1):
    x,y=map(int,input().split())
    print(f'Game #{i}: {y} / {x}')






 


Information

Submit By
Type
Submission
Problem
P1001 Achievement-Unlocked
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 06:06:05
Judged At
2023-12-31 06:06:05
Judged By
Score
10
Total Time
13ms
Peak Memory
2.891 MiB