/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 14ms 2.926 MiB
#2 Wrong Answer 13ms 3.039 MiB

Code

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




Information

Submit By
Type
Submission
Problem
P1001 Achievement-Unlocked
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 11:07:52
Judged At
2024-11-11 03:46:53
Judged By
Score
0
Total Time
14ms
Peak Memory
3.039 MiB