A、k,p;B、&k,&p;C、&k,p;D、k,*p
for j in range(n):
for k in range(n):
c[i][j] += a[i][k] * b[k][j]
A、m
B、n
C、k
D、L