ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97332 | #1131. 乘法口诀表 | wosile | 100 | 0ms | 1200kb | C++ | 192b | 2020-02-20 22:18:04 | 2020-02-20 22:18:06 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
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: 1196kb
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: 1196kb
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: 1200kb
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: 1200kb
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