填空题

阅读下面的程序段:
for I=1 to 3
for j=I to l
for k=j to 3
a=a+l
next k
next j
next I
执行上面的三重循环后,a的值为【14】

【参考答案】

N