QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#743748#9622. 有限小数ucup-team647#WA 0ms3660kbC++201.1kb2024-11-13 19:55:332024-11-13 19:55:38

詳細信息

Test #1:

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

input:

4
1 2
2 3
3 7
19 79

output:

0 1
1 3
1 28
3 632

result:

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