UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#118980#1131. 乘法口诀表Body00ms504kbC++189b2020-09-12 20:41:572020-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   '