| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:大家都来做这道题啊!!!比比谁的代码最短In Reply To:大家都来做这道题啊!!!比比谁的代码最短 Posted by:006794 at 2006-11-05 19:41:53 #include<iostream>
#include<string>
using namespace std;
int main(void)
{
string str("yoyoyo~");
do
getline(str);
cout<<str;
while(str!="");
return 0;
}
还有没有比我长的……
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator