QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#778777#5268. Computer NetworkZhangYiDeWA 1ms3788kbC++17622b2024-11-24 16:14:202024-11-24 16:14:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2
20 30 10

output:

70

result:

ok 1 number(s): "70"

Test #2:

score: 0
Accepted
time: 1ms
memory: 3788kb

input:

5 1
10 10 10 10 10

output:

150

result:

ok 1 number(s): "150"

Test #3:

score: 0
Accepted
time: 1ms
memory: 3432kb

input:

5 2
10 10 10 10 10

output:

90

result:

ok 1 number(s): "90"

Test #4:

score: 0
Accepted
time: 1ms
memory: 3552kb

input:

6 3
5 6 2 3 1 4

output:

27

result:

ok 1 number(s): "27"

Test #5:

score: 0
Accepted
time: 0ms
memory: 3568kb

input:

1 1
9

output:

9

result:

ok 1 number(s): "9"

Test #6:

score: 0
Accepted
time: 1ms
memory: 3784kb

input:

35 1
38 96 60 78 61 93 7 18 3 82 77 47 62 36 58 94 60 86 12 11 14 93 86 79 29 15 87 65 50 39 83 82 100 69 23

output:

25443

result:

ok 1 number(s): "25443"

Test #7:

score: 0
Accepted
time: 0ms
memory: 3788kb

input:

63 1
70 59 61 11 4 59 47 34 27 87 95 68 42 46 63 49 42 12 97 4 84 29 83 3 45 53 26 9 50 70 70 54 62 10 7 89 77 87 28 53 95 24 3 6 53 83 76 40 65 74 85 49 38 96 63 67 81 83 93 23 63 34 4

output:

72065

result:

ok 1 number(s): "72065"

Test #8:

score: 0
Accepted
time: 1ms
memory: 3468kb

input:

88 1
89 34 8 98 34 74 58 32 4 90 57 42 52 56 14 37 30 100 16 66 85 9 44 53 61 29 13 32 75 93 19 60 4 18 27 45 26 57 18 55 22 62 16 64 38 54 59 21 66 71 13 66 79 25 91 99 23 3 31 58 48 1 7 58 99 100 96 48 43 92 6 70 92 93 52 92 7 48 47 85 31 50 9 8 6 70 61 81

output:

124632

result:

ok 1 number(s): "124632"

Test #9:

score: -100
Wrong Answer
time: 0ms
memory: 3544kb

input:

10 2
91 79 67 4 42 9 77 78 5 42

output:

698

result:

wrong answer 1st numbers differ - expected: '1056', found: '698'