c语言:有以下程序:#include <stdio.h> main()
c语言:有以下程序:#include <stdio.h> main()
日期:2012-02-14 11:12:26 人气:1
2870
其实是两个数:28、70
那3个if的意思其实就是要求x使得
x % 7 == 0
(x - 1) % 3 == 0 // x % 3 == 1
(x - 2) % 2 == 0 // x % 2 == 0
c语言:有以下程序:#include <stdio.h> main()