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

这道题数据和描述有出入

Posted by xiaolonghingis at 2006-08-02 19:09:47 on Problem 1732
Each of the remaining lines contains one word, which consists of maximally 50 small letters of the English alphabet
struct cstring 
{
    char s[55]; 
    friend bool operator<(cstring a, cstring b) 
    { 
        return strcmp(a.s, b.s) < 0; 
    } 
}dictionary[51001];
这样就RE
把s[55]改成s[105]就AC了

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