ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#118798 | #1215. 直角三角形 | Body | 0 | 0ms | 532kb | C | 280b | 2020-09-04 15:05:12 | 2020-09-04 15:05:12 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 532kb
input:
3 4 5
output:
构成直角三角形
result:
wrong answer 1st lines differ - expected: '9 16 25', found: '构成直角三角形'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 528kb
input:
4 5 6
output:
不构成直角三角形
result:
wrong answer 1st lines differ - expected: '4 5 6', found: '不构成直角三角形'