引入標準程式庫中相關的輸入、輸出程式 #include <iostream> // std 為標準程式庫的命名空間 using namespace std; int main(void) { char c = '*'; // 利用巢狀迴圈印 ...
確定! 回上一頁