QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#533587#6762. Hotpotrotcar08WA 0ms3920kbC++20524b2024-08-26 07:31:232024-08-26 07:31:23

详细

Test #1:

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

input:

4
3 2 6
1 1 2
1 1 5
1
2 2 10
1 2
2 2 10
1 1

output:

0 2 1 
2 
2 2 
0 5 

result:

wrong answer 1st lines differ - expected: '0 2 1', found: '0 2 1 '