#36683: _C++


grace951225@gmail.com (cct1225)

學校 : 國立臺中女子高級中學
編號 : 217885
來源 : [218.161.65.1]
最後登入時間 :
2025-03-15 13:09:59

#include<iostream>
using namespace std;
int main(){
    string str;
    while(cin>>str)
    {
        cout<<str<<" ";
    }
    return 0;
}
 
這樣可以過ʕง•ᴥ•ʔง