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_27440212_3982.cpp: In function 'int main()':
0_0_27440212_3982.cpp:5:29: error: 'year' was not declared in this scope
     while(scanf("%d/%d/%d",&year,&mouth,&day) != EOF)
                             ^
0_0_27440212_3982.cpp:5:35: error: 'mouth' was not declared in this scope
     while(scanf("%d/%d/%d",&year,&mouth,&day) != EOF)
                                   ^
0_0_27440212_3982.cpp:5:42: error: 'day' was not declared in this scope
     while(scanf("%d/%d/%d",&year,&mouth,&day) != EOF)
                                          ^
0_0_27440212_3982.cpp:7:6: error: 'sum' was not declared in this scope
      sum=0;
      ^
0_0_27440212_3982.cpp:19:40: error: expected primary-expression before '||' token
             case 2:if(a%4==0&&a%100!=0)||(a%400==0)sum+=29; else sum+=28;
                                        ^


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-09-28 10:17:32, Gzip enabled