QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#150458#5425. Proposition CompositionsxzxafuWA 3ms13772kbC++205.8kb2023-08-25 17:28:432023-08-25 17:28:44

详细

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 13772kb

input:

3
4 3
2 4
4 2
3 3
7 3
3 4
1 2
1 7
6 4
1 3
4 6
2 5
3 4

output:

6
5
6
21
24
10
15
12
4
3

result:

wrong answer 9th numbers differ - expected: '3', found: '4'