【小練習】程序設計基本概念:賦值語句_常用運算符2

文章目錄 1.練習代碼 2.關鍵點分析 2.1計算過程 2.2運行結果 1.練習代碼 #include "stdafx.h" #include <iostream> using namespace std; int func(int x); int _tmain(int argc, _TCHAR* argv[]) { cout << func(9999) << endl; return 0; }
相關文章
相關標籤/搜索