问题 填空题 以下程序的输出结果是______。 #include<stdio.h> main() { int a=340; a=a/3; a=a%3; printf("%d",a); } 答案 参考答案:B