QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#776516#9622. 有限小数ucup-team1132WA 1ms3876kbC++14691b2024-11-23 19:12:502024-11-23 19:12:51

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3876kb

input:

4
1 2
2 3
3 7
19 79

output:

0 1
0 1
0 1
1 -450491983265440384

result:

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