QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#760531 | #1863. Yes, Prime Minister | yimuhua | WA | 67ms | 42748kb | C++20 | 907b | 2024-11-18 17:23:55 | 2024-11-18 17:23:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 55ms
memory: 42748kb
input:
10 -2 -1 0 1 2 3 4 5 6 7
output:
6 4 3 2 1 1 2 1 2 1
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 67ms
memory: 41488kb
input:
201 -100 -99 -98 -97 -96 -95 -94 -93 -92 -91 -90 -89 -88 -87 -86 -85 -84 -83 -82 -81 -80 -79 -78 -77 -76 -75 -74 -73 -72 -71 -70 -69 -68 -67 -66 -65 -64 -63 -62 -61 -60 -59 -58 -57 -56 -55 -54 -53 -52 -51 -50 -49 -48 -47 -46 -45 -44 -43 -42 -41 -40 -39 -38 -37 -36 -35 -34 -33 -32 -31 -30 -29 -28 -27...
output:
202 202 199 197 194 193 191 191 191 191 191 181 178 178 178 173 173 173 166 166 163 163 158 157 157 157 151 149 146 146 142 142 139 137 134 134 131 131 127 127 122 122 118 118 118 113 113 109 106 106 103 101 101 97 94 94 94 89 86 86 82 82 79 79 74 73 71 71 67 67 62 61 58 58 58 53 53 53 46 46 43 41 3...
result:
wrong answer 126th numbers differ - expected: '53', found: '58'