填空题

以下程序的输出结果为()
#include "stdio.h" main(){int a;for(a=0;a<10;a++);printf("%d",a);}

【参考答案】

10