QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#356866#6762. Hotpotezteam1#WA 0ms3788kbC++141.3kb2024-03-18 14:31:062024-03-18 14:31:08

详细

Test #1:

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

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 '