QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112015 | #3881. Fighting Monsters | lmq26052003 | WA | 3ms | 5660kb | C++20 | 808b | 2023-06-09 14:55:18 | 2023-06-09 14:55:19 |
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: 5544kb
input:
4 1 12 67 8
output:
impossible
result:
ok impossible
Test #2:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
5 1 1 12 67 8
output:
1 2
result:
ok good solution
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 5660kb
input:
6 1 5 6 7 90 8
output:
6 2
result:
wrong answer wrong solution