QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#38714#1462. Euclid's AlgorithmMaMengQiWA 2ms3584kbC++141.6kb2022-07-07 10:39:042022-07-07 10:39:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3580kb

input:

2 2

output:

4

result:

ok answer is '4'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3584kb

input:

2 4

output:

4

result:

wrong answer expected '16', found '4'