QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#380413#8567. Cheap Constructionucup-team241#WA 3ms17624kbC++232.0kb2024-04-07 03:19:022024-04-07 03:19:03

詳細信息

Test #1:

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

input:

1
3
1 1
2 2
1 3

output:

1 1
1 3
3 2

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 3ms
memory: 16944kb

input:

2
3
1 1
1 2
3 1
3
1 3
2 1
3 3

output:

1 1
1 2
3 1
1 1
1 3
3 3

result:

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