ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#141036 | #31. MST | haze1231 | 0 | 0ms | 1096kb | C++ | 36b | 2021-10-29 16:28:32 | 2021-10-29 16:28:32 |
answer
#include<iostream>
int main(){
}
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
4 1 2 3
output:
result:
wrong answer 1st lines differ - expected: '576', found: ''
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
4 1 2 4
output:
result:
wrong answer 1st lines differ - expected: '144', found: ''
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
5 1 2 3 4
output:
result:
wrong answer 1st lines differ - expected: '2160000', found: ''
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
5 1 2 3 6
output:
result:
wrong answer 1st lines differ - expected: '276480', found: ''
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
6 1 2 3 4 5
output:
result:
wrong answer 1st lines differ - expected: '350972052', found: ''
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
6 1 2 4 7 11
output:
result:
wrong answer 1st lines differ - expected: '12441600', found: ''
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
7 1 2 3 4 5 6
output:
result:
wrong answer 1st lines differ - expected: '373181939', found: ''
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
7 1 2 3 6 7 10
output:
result:
wrong answer 1st lines differ - expected: '655119719', found: ''
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
15 1 2 3 4 5 6 7 8 9 10 11 12 13 14
output:
result:
wrong answer 1st lines differ - expected: '778980097', found: ''
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
15 1 2 3 7 8 10 11 13 15 18 21 25 27 30
output:
result:
wrong answer 1st lines differ - expected: '72110308', found: ''
Test #11:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
20 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
output:
result:
wrong answer 1st lines differ - expected: '521592645', found: ''
Test #12:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
20 1 2 3 5 7 9 11 16 21 26 28 32 37 41 42 47 48 50 55
output:
result:
wrong answer 1st lines differ - expected: '185224996', found: ''
Test #13:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
25 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
output:
result:
wrong answer 1st lines differ - expected: '83240183', found: ''
Test #14:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
25 1 2 4 7 10 13 15 16 17 18 21 25 27 31 36 40 42 43 47 52 56 60 63 64
output:
result:
wrong answer 1st lines differ - expected: '649967979', found: ''
Test #15:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
30 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
output:
result:
wrong answer 1st lines differ - expected: '587585839', found: ''
Test #16:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
30 1 2 3 5 10 12 16 20 24 27 28 29 31 32 36 41 44 45 49 51 54 58 62 66 68 70 74 79 84
output:
result:
wrong answer 1st lines differ - expected: '219192987', found: ''
Test #17:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
35 1 2 3 5 8 9 12 13 14 15 18 21 25 30 33 36 38 41 43 45 49 54 57 59 64 69 70 74 78 80 81 83 87 89
output:
result:
wrong answer 1st lines differ - expected: '758370424', found: ''
Test #18:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
35 1 2 4 7 9 13 15 19 23 28 32 36 40 41 43 47 49 50 55 56 61 64 67 69 72 75 76 78 80 85 90 93 95 98
output:
result:
wrong answer 1st lines differ - expected: '509074597', found: ''
Test #19:
score: 0
Wrong Answer
time: 0ms
memory: 1096kb
input:
40 1 2 4 6 8 12 15 16 19 21 26 28 31 35 36 38 41 43 47 50 55 57 58 63 65 69 74 76 78 83 85 90 91 92 ...
output:
result:
wrong answer 1st lines differ - expected: '124674859', found: ''
Test #20:
score: 0
Wrong Answer
time: 0ms
memory: 1092kb
input:
40 1 2 4 5 7 12 13 16 18 23 27 28 32 35 39 42 43 45 47 50 53 54 57 59 61 66 70 72 77 82 87 91 96 98 ...
output:
result:
wrong answer 1st lines differ - expected: '186165705', found: ''