2004/11/8 下午 01:40:21 題目是使用者輸入一數字a 把1~100裡為a的倍數印出來, 我現在是寫: #include #include using namespace std; int main() {int x,z; cout
www.programmer-club.com.tw