| ||||||||||
| 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:Re:急!输入的时候一定要有“.”么?太郁闷了。 Posted by:00448242 at 2005-03-10 17:03:17 >
> int a;
> char b[10];
> int c;
> cin >> a;
> cin.get();
> cin >> b;
> cin >> c;
int a;
char b[10];
int c;
scanf("%d. %s %d",&a,b,&c);
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator