Wrong Answer
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:37:26
- Judged At
- 2024-11-11 03:46:53
- Judged By
- Score
- 0
- Total Time
- 14ms
- Peak Memory
- 3.047 MiB