题库 信息学奥赛题库 题目列表 阅读程序写结果:#include <iostream> using n...
填空题

阅读程序写结果:

#include <iostream> using namespace std; int main() { int i = 100, x = 0, y = 0; while (i > 0      ) { i--; x = i % 8; if (x == 1   ) y++; } cout << y << endl; return 0; }

输出:____

题目信息
2016年 初赛
-
正确率
0
评论
63
点击