QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#637638 | #7034. Honeycomb | ZhangYiDe | WA | 221ms | 6592kb | C++20 | 2.4kb | 2024-10-13 13:37:14 | 2024-10-13 13:37:14 |
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: 1ms
memory: 5868kb
input:
1 3 4 +---+ +---+ / \ / \ + +---+ +---+ \ \ / \ + + S +---+ T + / \ / / + +---+ + + \ \ / \ +---+ +---+ + / / + +---+ + + \ ...
output:
7
result:
ok single line: '7'
Test #2:
score: -100
Wrong Answer
time: 221ms
memory: 6592kb
input:
400 67 89 +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ +---+ ...
output:
91 132 8 71 57 51 83 151 400 67 9 3 196 597 33 212 49 29 527 20 23 51 280 22 40 91 541 33 488 125 13 357 263 220 47 182 293 254 11 82 97 39 176 15 65 13 65 75 32 9 60 77 152 14 69 110 45 555 191 173 109 207 7 225 232 97 108 326 118 79 78 414 222 44 31 58 47 228 32 48 15 133 521 350 242 85 201 48 105...
result:
wrong answer 379th lines differ - expected: '-1', found: '1000000001'