/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 14ms 3.113 MiB
#2 Wrong Answer 19ms 2.938 MiB

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