ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#100319 | #1131. 乘法口诀表 | pjr | 100 | 0ms | 1200kb | C++ | 231b | 2020-02-24 16:39:37 | 2020-02-24 16:39:38 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1200kb
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