QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#314467 | #3042. Hilbert's Hotel | HuangHanSheng | WA | 4ms | 19832kb | C++11 | 3.1kb | 2024-01-25 18:41:03 | 2024-01-25 18:41:03 |
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: 19832kb
input:
10 3 0 1 3 2 1 2 1 0 3 10 2 2 5 1 5 1 0 3 5 2 3 3
output:
0 1 0 9 4 4
result:
ok 6 lines
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 17024kb
input:
16 2 0 8 2 0 4 3 7 3 5 2 0 8 3 6 1 0 3 8 2 0 2 1 2 2 2 1 2 2 1 1 6 1 1 3 4 2 3 2
output:
0 0 0 0 0 0 0 0 0 0 3 2
result:
wrong answer 1st lines differ - expected: '7', found: '0'