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