#11319: 多一個空格


heaven23 (heaven23)

學校 : 國立科學工業園區實驗高級中學
編號 : 59110
來源 : [140.126.248.238]
最後登入時間 :
2016-10-12 15:05:30
a001. 哈囉 -- Brian Kernighan | From: [27.105.219.157] | 發表日期 : 2016-08-31 19:18

我在自己的電腦上測試都沒問題,但是在這上面卻會多一個空格,請各位高手幫我看一下

#include <cstdlib>
#include <iostream>
using namespace std;

int main(int argc, char *argv[])
{ string s;
while(cin>>s)
{cout<<"hello,"<<s<<endl;}
system("PAUSE");
return 0;
}

正確答案hello,world

輸出答案hello, world

 
#11320: Re:多一個空格


heaven23 (heaven23)

學校 : 國立科學工業園區實驗高級中學
編號 : 59110
來源 : [140.126.248.238]
最後登入時間 :
2016-10-12 15:05:30
a001. 哈囉 -- Brian Kernighan | From: [27.105.219.157] | 發表日期 : 2016-08-31 19:20

我在自己的電腦上測試都沒問題,但是在這上面卻會多一個空格,請各位高手幫我看一下

#include
#include
using namespace std;

int main(int argc, char *argv[])
{ string s;
while(cin>>s)
{cout<<"hello,"<<s<<endl;}
system("PAUSE");
return 0;
}

正確答案hello,world

輸出答案hello, world

sorry 是我看錯了抱歉


 
ZeroJudge Forum