QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#396153 | #2840. 绿绿与串串 | ucup-team1383 | WA | 123ms | 57656kb | C++17 | 1.4kb | 2024-04-22 13:58:25 | 2024-04-22 13:58:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 3ms
memory: 15928kb
input:
7 abcdcb qwqwq qaqaqqq carnation c ab aa
output:
4 6 2 3 4 5 6 7 9 1 2 2
result:
ok 7 lines
Test #2:
score: -100
Wrong Answer
time: 123ms
memory: 57656kb
input:
5 cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc...
output:
2 3 5 6 8 14 15 16 17 20 21 22 29 30 31 33 35 36 39 40 42 44 45 48 50 51 53 54 57 59 60 64 65 66 68 69 71 72 73 76 77 79 81 85 87 88 89 94 95 99 105 106 107 110 117 118 119 121 124 127 129 132 133 134 135 137 138 141 142 150 151 152 156 157 164 165 166 167 168 169 170 171 173 177 178 181 182 187 188...
result:
wrong answer 1st lines differ - expected: '2 3 4 5 6 7 8 9 10 11 12 13 14...96 999997 999998 999999 1000000', found: '2 3 5 6 8 14 15 16 17 20 21 22...96 999997 999998 999999 1000000'