QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#180103#6522. Digit Modeucup-team991WA 1ms3488kbC++175.3kb2023-09-15 15:43:492023-09-15 15:43:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3488kb

input:

5
9
99
999
99999
999999

output:

45
615
6570
597600
5689830

result:

ok 5 number(s): "45 615 6570 597600 5689830"

Test #2:

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

input:

34
7
48
8
76
1
97
7
5
7
7
2
89
9
4
84
46
6
73
86
78
5
3
8
9
31
24
78
7
11
45
2
65
88
6

output:

28
230
36
420
1
597
28
15
28
28
3
525
45
10
484
220
21
399
500
435
15
6
36
45
145
103
435
28
47
215
3
341
516
21

result:

wrong answer 2nd numbers differ - expected: '236', found: '230'