ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#118977 | #1131. 乘法口诀表 | Body | 0 | 0ms | 0kb | C | 267b | 2020-09-12 20:39:36 | 2020-09-12 20:39:37 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Runtime Error
input:
7
output:
1 2 4 3 6 9 4
result:
Test #2:
score: 0
Runtime Error
input:
12
output:
1 2 4 3 6 9 4 8 12 16 5 10
result:
Test #3:
score: 0
Runtime Error
input:
13
output:
1 2 4 3 6 9 4 8 12 16 5 10 15
result:
Test #4:
score: 0
Runtime Error
input:
9
output:
1 2 4 3 6 9 4 8 12
result:
Test #5:
score: 0
Runtime Error
input:
14
output:
1 2 4 3 6 9 4 8 12 16 5 10 15 20