QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#39846 | #1462. Euclid's Algorithm | ZhangYiDe | WA | 14ms | 8428kb | Python3 | 186b | 2022-07-14 09:44:52 | 2022-07-14 09:44:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 10ms
memory: 8220kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: -100
Wrong Answer
time: 14ms
memory: 8428kb
input:
2 4
output:
8
result:
wrong answer expected '16', found '8'