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:pku有史以来最水的一题

Posted by 0912070002 at 2010-06-08 15:05:43 on Problem 3062
In Reply To:Re:pku有史以来最水的一题 Posted by:0912070002 at 2010-06-08 14:52:06
> 赞成 看了好几遍题 不知道题目想要干嘛 在discuss里面找到了答案 我刷一题
#include <stdio.h>
int main()
{
    char a[100];
    while(scanf("%s",a)!=EOF)
        printf("%s\n",a);
    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