QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#425897#6509. Not Another Range Query Problemegypt_ioi2024_04WA 1ms5744kbC++203.3kb2024-05-30 18:38:492024-05-30 18:38:50

详细

Test #1:

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

input:

9 7
100110001
2 5 1
3 6 1
4 8 2
2 7 1
1 9 1
1 9 0
1 9 8

output:

2
1
3
1
4
9
0

result:

wrong answer 3rd numbers differ - expected: '1', found: '3'