主體 關於for迴圈的一個範例 小弟在書中看到一個for的範例, 如下 #include using namespace std; int main() { int sum =0; for(int i=1;i
www.programmer-club.com.tw