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_27440245_15874.cpp: In function 'int main()':
0_0_27440245_15874.cpp:5:23: error: 'year' was not declared in this scope
     scanf("%d/%d/%d",&year,&mouth,&day);
                       ^
0_0_27440245_15874.cpp:5:29: error: 'mouth' was not declared in this scope
     scanf("%d/%d/%d",&year,&mouth,&day);
                             ^
0_0_27440245_15874.cpp:5:36: error: 'day' was not declared in this scope
     scanf("%d/%d/%d",&year,&mouth,&day);
                                    ^
0_0_27440245_15874.cpp:6:6: error: 'sum' was not declared in this scope
      sum=0;
      ^
0_0_27440245_15874.cpp:18:46: error: expected primary-expression before '||' token
             case 2:if(year%4==0&&year%100!=0)||(year%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-11-16 11:14:08, Gzip enabled