投稿  收藏 

题目信息

题目类型
初赛
题目年份
2018
题目题型
填空题
关 键 词
阅读程序写结果

题目题干

第 19 题

阅读程序写结果:

  1. #include <stdio.h> 
  2. int main() { 
  3.     int x; 
  4.     scanf("%d", &x); 
  5.     int res = 0; 
  6.     for (int i = 0; i < x; ++i) { 
  7.         if (i * i % x == 1) { 
  8.             ++res; 
  9.         } 
  10.     } 
  11.     printf("%d", res); 
  12.     return 0; 

输入:15

答案解析

相关题目

提示声明

  • 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
  • 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。

猜你喜欢