【小練習】循環、遞歸與概率: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
相關文章
相關標籤/搜索