QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#135802 | #5503. Euclidean Algorithm | Hafnium780 | WA | 2255ms | 3464kb | C++14 | 708b | 2023-08-06 02:27:08 | 2023-08-06 02:27:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3460kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 2255ms
memory: 3464kb
input:
3 29107867360 65171672278 41641960535
output:
8081357316273 19275966064778 11893891731241
result:
wrong answer 1st lines differ - expected: '8921593237533', found: '8081357316273'