#42313: _C++


s290006@student.cysh.cy.edu.tw (風堇一生推)

學校 : 國立嘉義高級中學
編號 : 263344
來源 : [163.27.3.90]
最後登入時間 :
2025-10-03 13:06:32

stringstream秒解

stringstream ss(s1)//第一行

然後寫一個while 吐到吐不出來為止

string s;

while(ss>>s){

(以下省略一千字)

}