QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#386315 | #5555. Chaotic Construction | lmq26052003 | WA | 1ms | 3556kb | C++20 | 1.4kb | 2024-04-11 15:26:17 | 2024-04-11 15:26:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3552kb
input:
10 12 ? 1 5 - 2 - 8 ? 9 2 ? 9 8 ? 9 7 ? 6 7 ? 3 7 ? 1 9 ? 9 1 + 8 ? 10 3
output:
possible impossible impossible impossible possible possible possible possible possible
result:
ok 9 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3556kb
input:
20 20 ? 17 4 - 11 + 11 ? 16 1 - 8 - 13 ? 18 12 ? 17 11 ? 9 16 + 8 ? 18 4 ? 8 4 - 20 - 14 ? 7 12 ? 19 20 ? 6 10 + 13 ? 5 11 + 20
output:
possible possible impossible impossible impossible possible impossible impossible impossible impossible impossible
result:
wrong answer 7th lines differ - expected: 'possible', found: 'impossible'