QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#329849#2400. Mult!ZhangYiDeWA 11ms9908kbPython3493b2024-02-17 04:46:252024-02-17 04:46:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 9908kb

input:

25
2
4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
36
38
40
42
44
46
48
50

output:

4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
36
38
40
42
44
46
48
50

result:

wrong answer 2nd lines differ - expected: '12', found: '6'