Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:大家都来做这道题啊!!!比比谁的代码最短

Posted by Hastur at 2007-09-12 21:14:38 on Problem 3062
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator