QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#151222#5555. Chaotic ConstructionZhangYiDeWA 1ms3420kbC++17765b2023-08-26 16:00:482023-08-26 16:00:51

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3420kb

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
possible
possible
possible
possible
possible
possible
possible
impossible

result:

wrong answer 2nd lines differ - expected: 'impossible', found: 'possible'