【小练习】循环、递归与概率:for循环

文章目录 1.练习代码 2.关键点分析 2.1处理过程 2.2运行结果 1.练习代码 #include "stdafx.h" #include <iostream> #include <stdio.h> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int x=10; int y=10; int i; for (i=0; x
相关文章
相关标签/搜索