QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#420483 | #1863. Yes, Prime Minister | ucup-team2895# | WA | 189ms | 364380kb | C++17 | 1.7kb | 2024-05-24 19:15:29 | 2024-05-24 19:15:29 |
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: 189ms
memory: 364380kb
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: 188ms
memory: 363256kb
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 -2 199 -2 194 -2 191 -2 191 -2 191 -2 178 -2 178 -2 173 -2 166 -2 163 -2 158 -2 157 -2 151 -2 146 -2 142 -2 139 -2 134 -2 131 -2 127 -2 122 -2 118 -2 118 -2 113 -2 106 -2 103 -2 101 -2 94 -2 94 -2 86 -2 82 -2 79 -2 74 -2 71 -2 67 -2 62 -2 58 -2 58 -2 53 -2 46 -2 43 -2 38 -2 34 -2 31 -2 26 -2 22 ...
result:
wrong answer 2nd numbers differ - expected: '202', found: '-2'