/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Accepted 31ms 3.125 MiB
#2 Wrong Answer 14ms 3.121 MiB
#3 Wrong Answer 14ms 3.125 MiB

Code

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

Information

Submit By
Type
Submission
Problem
P1001 Achievement-Unlocked
Language
Python 3 (Python 3.12.3)
Submit At
2025-02-17 13:34:36
Judged At
2025-02-17 13:34:36
Judged By
Score
0
Total Time
31ms
Peak Memory
3.125 MiB