QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#637553 | #7034. Honeycomb | HuangHanSheng | WA | 1894ms | 7436kb | C++20 | 2.7kb | 2024-10-13 13:18:36 | 2024-10-13 13:18:39 |
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: 0ms
memory: 3776kb
input:
1 3 4 +---+ +---+ / \ / \ + +---+ +---+ \ \ / \ + + S +---+ T + / \ / / + +---+ + + \ \ / \ +---+ +---+ + / / + +---+ + + \ ...
output:
7
result:
ok single line: '7'
Test #2:
score: -100
Wrong Answer
time: 1894ms
memory: 7436kb
input:
400 67 89 +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ ...
output:
100 132 9 72 57 53 89 153 404 72 10 3 199 600 33 212 49 29 528 20 23 53 280 24 52 96 546 33 490 126 13 360 265 222 47 183 300 257 16 82 100 48 184 15 65 15 65 79 32 9 94 81 156 14 74 110 46 556 192 179 109 215 12 225 247 103 109 328 118 80 83 416 224 51 37 65 55 235 32 48 20 137 522 350 245 92 222 4...
result:
wrong answer 1st lines differ - expected: '91', found: '100'