#include<iostream> using namespace std; int main() { int a,b=0,c; cout<<"請輸入要累加的底數:"; cin>>a; for(c=1;c<=a;c++) //for(初始值設定; ...
確定! 回上一頁