AC代码: #include <stdio.h> int main(void) { int i; for (i = ; i <= ; i ++) { if (i% == && i% == ) { printf("%d\n",i); } } return ; }