QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#727056#510. Car Vetucup-team5275#WA 0ms3716kbC++201.2kb2024-11-09 11:14:422024-11-09 11:14:42

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3588kb

input:

4 4
8 8 -1 9
4 10 10 9
4 3 3 -2
16 16 2 2
3 3

output:

8 4 3 

result:

ok single line: '8 4 3 '

Test #2:

score: 0
Accepted
time: 0ms
memory: 3716kb

input:

4 4
8 8 -2 9
4 10 10 9
4 3 3 -1
16 16 2 2
3 3

output:

impossible

result:

ok single line: 'impossible'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3664kb

input:

1 3
-1 1 1
1 3

output:

1 

result:

ok single line: '1 '

Test #4:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

3 1
-1
1
1
3 1

output:

1 

result:

ok single line: '1 '

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3648kb

input:

1 3
-1 1 1
1 2

output:

1 

result:

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