/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 15ms 3.082 MiB
#2 Wrong Answer 15ms 3.02 MiB

Code

t=int(input())
if 1<=t<=10**5:
	n=int(input())
	if 1<=n<=10**9:
		print(n)
	

Information

Submit By
Type
Submission
Problem
P1009 XOR Love
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 12:44:18
Judged At
2024-11-11 03:46:50
Judged By
Score
0
Total Time
15ms
Peak Memory
3.082 MiB