QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#197635#5669. Traveling in Jade Cityucup-team1651WA 0ms3476kbC++206.4kb2023-10-02 17:51:062023-10-02 17:51:07

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3476kb

input:

4 3 1 9
2 3 8 4
1 1
q 3 4
x 0
q 3 4
c 3
q 3 4
c 1
q 3 4
x 0
q 3 4

output:

8
8
9
impossible
impossible

result:

wrong answer 1st lines differ - expected: '6', found: '8'