QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#451295#8779. Square of Trianglesucup-team1565WA 280ms5280kbC++205.3kb2024-06-23 04:06:012024-06-23 04:06:01

详细

Test #1:

score: 0
Wrong Answer
time: 280ms
memory: 5280kb

input:

3
1 1 2
2 1 1
2 1 1
1 2 1
1 1 1
1 1 1
1 1 1
1 1 1
5 125 130
125 20 145
45 130 145
145 145 80

output:

1
1
1

result:

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