Wrong Answer
Code
g = int(input())
for i in range(g):
a, u = map(int, input().split())
if a <= u:
x = a
y = u
else:
x = u
y = a
print("Game #", sep ="")
print(i+1, sep="")
print(":", x,"/", y)
Information
- Submit By
- Type
- Submission
- Problem
- P1001 Achievement-Unlocked
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-31 12:38:45
- Judged At
- 2024-11-11 03:46:50
- Judged By
- Score
- 0
- Total Time
- 14ms
- Peak Memory
- 3.113 MiB