QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#772357 | #9246. Dominating Point | MaMengQi | WA | 0ms | 4056kb | C++17 | 1.5kb | 2024-11-22 18:58:56 | 2024-11-22 18:58:56 |
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: 4056kb
input:
6 011010 000101 010111 100001 010100 100010
output:
1 3 4
result:
ok OK, Answer correct.
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3744kb
input:
3 011 001 000
output:
NOT FOUND
result:
wrong output format Expected EOF