QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#175948 | #5503. Euclidean Algorithm | aaaaa | WA | 1072ms | 3876kb | C++17 | 2.4kb | 2023-09-11 06:31:44 | 2023-09-11 06:31:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3876kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 639ms
memory: 3580kb
input:
3 29107867360 65171672278 41641960535
output:
8921593237533 21300450379732 13136180138425
result:
ok 3 lines
Test #3:
score: -100
Wrong Answer
time: 1072ms
memory: 3592kb
input:
3 90076809172 100000000000 99913139559
output:
30192292781431 33790187414014 33758574429172
result:
wrong answer 2nd lines differ - expected: '33790187414013', found: '33790187414014'