#include<stdio.h>
__ void main()
__ {
__ int i,s;
__ for(i=1,s=0;i<10;i++) {
__ if(i%3==0) continue;
__ s+=i;
__ }
__ printf("%d\n",s);
__ } 答案:1 (填空题)

出自:2024年国家开放大学答案