/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 2.945 MiB
#2 Wrong Answer 14ms 3.266 MiB
#3 Wrong Answer 14ms 2.973 MiB

Code

g=int(input())
if 1<=g<=100:
    for i in range(1,g+1):
        a,u=map(int,input().split())
        if 1<=a<=10**18:
            if 0<=u<=a:
                print(f"Game #{i}: {u} / {a}")

Information

Submit By
Type
Submission
Problem
P1001 Achievement-Unlocked
Language
Python 3 (Python 3.12.3)
Submit At
2024-01-07 07:30:33
Judged At
2024-11-11 03:43:46
Judged By
Score
0
Total Time
14ms
Peak Memory
3.266 MiB