QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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