UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#99047#1131. 乘法口诀表lyy1000ms1184kbC++248b2020-02-22 20:46:322020-02-22 20:46:34

answer


Details

小提示:点击横条可展开更详细的信息

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