ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#93996 | #1215. 直角三角形 | Billy_Hellington | 50 | 0ms | 1200kb | C++ | 183b | 2020-02-17 20:30:26 | 2020-02-17 20:30:27 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 50
Accepted
time: 0ms
memory: 1200kb
input:
3 4 5
output:
9 16 25
result:
ok single line: '9 16 25'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1188kb
input:
4 5 6
output:
no
result:
wrong answer 1st lines differ - expected: '4 5 6', found: 'no'