題目是使用者輸入一數字a 把1~100裡為a的倍數印出來, 我現在是寫: #include< iostream> #include using namespace std; int main() { int x,z; cout
www.google.com.tw