QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#151057#5555. Chaotic ConstructionHuangHanShengWA 1ms3528kbC++201.2kb2023-08-26 15:13:232023-08-26 15:13:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

result:

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