QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38750 | #1462. Euclid's Algorithm | MaMengQi | WA | 166ms | 52680kb | Java11 | 2.3kb | 2022-07-07 11:33:01 | 2022-07-07 11:33:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 109ms
memory: 50132kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 165ms
memory: 50208kb
input:
2 4
output:
16
result:
ok answer is '16'
Test #3:
score: 0
Accepted
time: 89ms
memory: 52576kb
input:
2 6
output:
8
result:
ok answer is '8'
Test #4:
score: 0
Accepted
time: 109ms
memory: 50336kb
input:
4 2
output:
8
result:
ok answer is '8'
Test #5:
score: 0
Accepted
time: 152ms
memory: 52196kb
input:
4 4
output:
16
result:
ok answer is '16'
Test #6:
score: 0
Accepted
time: 166ms
memory: 50288kb
input:
4 6
output:
8
result:
ok answer is '8'
Test #7:
score: 0
Accepted
time: 154ms
memory: 50492kb
input:
6 2
output:
12
result:
ok answer is '12'
Test #8:
score: 0
Accepted
time: 126ms
memory: 48828kb
input:
6 6
output:
72
result:
ok answer is '72'
Test #9:
score: 0
Accepted
time: 137ms
memory: 48596kb
input:
36 648
output:
23328
result:
ok answer is '23328'
Test #10:
score: 0
Accepted
time: 118ms
memory: 48844kb
input:
60 99
output:
540
result:
ok answer is '540'
Test #11:
score: 0
Accepted
time: 155ms
memory: 52540kb
input:
84623 25861
output:
930853
result:
ok answer is '930853'
Test #12:
score: 0
Accepted
time: 149ms
memory: 48924kb
input:
219180268605669 553965740275253
output:
219180268605669
result:
ok answer is '219180268605669'
Test #13:
score: 0
Accepted
time: 96ms
memory: 52680kb
input:
19728438407335121904996019735322477137294389262704 40235056938388958311356557231206660476362746857359
output:
19728438407335121904996019735322477137294389262704
result:
ok answer is '19728438407335121904996019735322477137294389262704'
Test #14:
score: -100
Wrong Answer
time: 123ms
memory: 48512kb
input:
1074573287688919347398266782908645101135909901335156757399944107940103198051204517747671103326216971 867073107604167614631335512859499109491425856674914772927706844895666498977878232856089985562395630
output:
2149146575377838694796533565817290202271819802670313514799888215880206396102409035495342206652433942
result:
wrong answer expected '107457328768891934739826678290...3198051204517747671103326216971', found '214914657537783869479653356581...6396102409035495342206652433942'