UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#118798#1215. 直角三角形Body00ms532kbC280b2020-09-04 15:05:122020-09-04 15:05:12

answer


详细

小提示:点击横条可展开更详细的信息

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: '不构成直角三角形'