ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#99047 | #1131. 乘法口诀表 | lyy | 100 | 0ms | 1184kb | C++ | 248b | 2020-02-22 20:46:32 | 2020-02-22 20:46:34 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
7
output:
1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*4=4 2*4=8 3*4=12 4*4=16 1*5=5 2*5=10 3*5=15 4*5=20 5*5=25 ...
result:
ok 7 lines
Test #2:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
12
output:
1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*4=4 2*4=8 3*4=12 4*4=16 1*5=5 2*5=10 3*5=15 4*5=20 5*5=25 ...
result:
ok 12 lines
Test #3:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
13
output:
1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*4=4 2*4=8 3*4=12 4*4=16 1*5=5 2*5=10 3*5=15 4*5=20 5*5=25 ...
result:
ok 13 lines
Test #4:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
9
output:
1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*4=4 2*4=8 3*4=12 4*4=16 1*5=5 2*5=10 3*5=15 4*5=20 5*5=25 ...
result:
ok 9 lines
Test #5:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
14
output:
1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*4=4 2*4=8 3*4=12 4*4=16 1*5=5 2*5=10 3*5=15 4*5=20 5*5=25 ...
result:
ok 14 lines