首頁
課表
論壇
遊戲
登入
Code:
#include
using namespace std; int main() { ios_base::sync_with_stdio(0); cin.tie(0); string s; while(cin >> s) { cout << "Hello, " << s << "!\n"; } return 0; }
Input:
Jacob Pascal Jack HSNU1481
Output:
Compile
Indent
Share
Copyright © 2020 師大附中1481班