填空题 以下程序的输出结果是______。 #include<stdio.h> main() { int a=340; a=a/3; a=a%3; printf("%d",a); }
  • 1、
【正确答案】 1、2    
【答案解析】