ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#118980 | #1131. 乘法口诀表 | Body | 0 | 0ms | 504kb | C++ | 189b | 2020-09-12 20:41:57 | 2020-09-12 20:41:59 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
7
output:
1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 ...
result:
wrong answer 2nd lines differ - expected: '1*2=2 2*2=4', found: '2*1=2 2*2=4 '
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
12
output:
1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 ...
result:
wrong answer 2nd lines differ - expected: '1*2=2 2*2=4', found: '2*1=2 2*2=4 '
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
13
output:
1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 ...
result:
wrong answer 2nd lines differ - expected: '1*2=2 2*2=4', found: '2*1=2 2*2=4 '
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 500kb
input:
9
output:
1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 ...
result:
wrong answer 2nd lines differ - expected: '1*2=2 2*2=4', found: '2*1=2 2*2=4 '
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
14
output:
1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 ...
result:
wrong answer 2nd lines differ - expected: '1*2=2 2*2=4', found: '2*1=2 2*2=4 '