QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#776516 | #9622. 有限小数 | ucup-team1132 | WA | 1ms | 3876kb | C++14 | 691b | 2024-11-23 19:12:50 | 2024-11-23 19:12:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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)