×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
#39412: C++答案
yp11251200@yphs.tp.edu.tw
(801-26徐立權)
學校 : 臺北市私立延平高級中學
編號 : 239171
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [203.72.178.1]
最後登入時間 :
2024-09-06 11:29:26
a001.
哈囉
--
Brian Kernighan
| From: [203.72.178.1] | 發表日期 : 2024-02-16 16:31
#include <iostream>
#include <string>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
string n;
cin>>n;
cout<<"hello, "<<n<<endl;
return 0;
}
ZeroJudge Forum