Wrong Answer
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