Wrong Answer
Code
t=int(input())
for i in range(t):
x,y=map(int,input().split())
print(x,y)
Information
- Submit By
- Type
- Submission
- Problem
- P1235 A. Valid Integer
- Contest
- Happy New Year 2026
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2026-01-06 14:34:34
- Judged At
- 2026-01-06 14:34:35
- Judged By
- Score
- 0
- Total Time
- 19ms
- Peak Memory
- 3.113 MiB