讓我們創建一個函數,呼叫它時不需傳遞參數。
#include <iostream>
using namespace std;
int message()
{
cout << "Welcome to APCS test.";
return 0;
}
int main()
{
message();
return 0;
}
Welcome to APCS test.
| ID | User | Problem | Subject | Hit | Post Date |
沒有發現任何「解題報告」 |
|||||