F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_36824365_16804.cpp: In function 'int main()':
0_0_36824365_16804.cpp:9:54: error: too many initializers for 'int [11]'
     int s1[11] = {31,28,31,30,31,30,31,31,30,31,30,31};
                                                      ^
0_0_36824365_16804.cpp:10:54: error: too many initializers for 'int [11]'
     int s2[11] = {31,29,31,30,31,30,31,31,30,31,30,31};
                                                      ^
0_0_36824365_16804.cpp:16:14: error: lvalue required as left operand of assignment
     if((y%400=0)||((y%4==0)&&(y%100!=0)));
              ^
0_0_36824365_16804.cpp:24:5: error: 'else' without a previous 'if'
     else 
     ^
0_0_36824365_16804.cpp:27:15: error: 'i' was not declared in this scope
         s+=s1[i];
               ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-04 22:43:11, Gzip enabled