Submission details
Task:WA on Factory
Sender:francden
Submission time:2025-11-24 17:12:24 +0200
Language:Python3 (PyPy3)
Status:READY
Result:
Test results
testverdicttime
#10.04 sdetails

Code

print("14 11")
print("1 2")
print("2 3")
print("3 4")
print("5 6")
print("6 7")
print("7 8")
print("9 10")
print("9 11")
print("9 12")
print("9 13")
print("9 14")



Test details

Test 1

Verdict:

input
2

correct output
10 20
7 8
1 3
4 8
5 9
...

user output
14 11
1 2
2 3
3 4
5 6
...