阅读程序写结果:
- #include <stdio.h>
- int main() {
- int x;
- scanf("%d", &x);
- int res = 0;
- for (int i = 0; i < x; ++i) {
- if (i * i % x == 1) {
- ++res;
- }
- }
- printf("%d", res);
- return 0;
- }
输入:15
阅读程序写结果:
- #include <stdio.h>
- int main() {
- int x;
- scanf("%d", &x);
- int res = 0;
- for (int i = 0; i < x; ++i) {
- if (i * i % x == 1) {
- ++res;
- }
- }
- printf("%d", res);
- return 0;
- }
输入:15
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会