QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433181 | #5523. Graph Problem With Small $n$ | egypt_ioi2024_11 | WA | 4ms | 69088kb | C++23 | 1.2kb | 2024-06-08 07:11:57 | 2024-06-08 07:11:58 |
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: 3ms
memory: 69088kb
input:
4 0110 1010 1101 0010
output:
0001 0001 0000 1100
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 69084kb
input:
6 010001 101000 010100 001010 000101 100010
output:
010001 101001 010100 001010 000101 110010
result:
wrong answer 2nd lines differ - expected: '101000', found: '101001'