QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#788431#9622. 有限小数ZhaoZiLongWA 0ms3676kbC++203.3kb2024-11-27 16:54:452024-11-27 16:54:49

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3676kb

input:

4
1 2
2 3
3 7
19 79

output:

0 2
1 3
1 291
3 316

result:

wrong answer The result is not terminating.(Testcase 3)