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

晕,WA的注意,可能是你的输入方式有错

Posted by idler1984 at 2006-05-07 14:18:32 on Problem 1001
我之前的程序是这样的:
while (scanf("%s", str_r) != EOF) {
    scanf("%d", &expo);
这样就WA,但是改成这样:
while (scanf("%s%d", str_r, &expo) != EOF) {
就不AC了 -_-b

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