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_21803727_24492.cpp:7:2: error: stray '#' in program
     if (x%400==0||(x%4==0&&x%100!=0)) return true;
  ^
0_0_21803727_24492.cpp:7:8: error: stray '#' in program
     if (x%400==0||(x%4==0&&x%100!=0)) return true;
        ^
0_0_21803727_24492.cpp:7:14: error: stray '#' in program
     if (x%400==0||(x%4==0&&x%100!=0)) return true;
              ^
0_0_21803727_24492.cpp:8:2: error: stray '#' in program
     return false;
  ^
0_0_21803727_24492.cpp:8:8: error: stray '#' in program
     return false;
        ^
0_0_21803727_24492.cpp:8:14: error: stray '#' in program
     return false;
              ^
0_0_21803727_24492.cpp:13:2: error: stray '#' in program
     int T;
  ^
0_0_21803727_24492.cpp:13:8: error: stray '#' in program
     int T;
        ^
0_0_21803727_24492.cpp:13:14: error: stray '#' in program
     int T;
              ^
0_0_21803727_24492.cpp:14:2: error: stray '#' in program
     scanf("%d",&T);
  ^
0_0_21803727_24492.cpp:14:8: error: stray '#' in program
     scanf("%d",&T);
        ^
0_0_21803727_24492.cpp:14:14: error: stray '#' in program
     scanf("%d",&T);
              ^
0_0_21803727_24492.cpp:15:2: error: stray '#' in program
     int y,m,d;
  ^
0_0_21803727_24492.cpp:15:8: error: stray '#' in program
     int y,m,d;
        ^
0_0_21803727_24492.cpp:15:14: error: stray '#' in program
     int y,m,d;
              ^
0_0_21803727_24492.cpp:16:2: error: stray '#' in program
     while(T--)
  ^
0_0_21803727_24492.cpp:16:8: error: stray '#' in program
     while(T--)
        ^
0_0_21803727_24492.cpp:16:14: error: stray '#' in program
     while(T--)
              ^
0_0_21803727_24492.cpp:17:2: error: stray '#' in program
     {
  ^
0_0_21803727_24492.cpp:17:8: error: stray '#' in program
     {
        ^
0_0_21803727_24492.cpp:17:14: error: stray '#' in program
     {
              ^
0_0_21803727_24492.cpp:18:2: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
  ^
0_0_21803727_24492.cpp:18:8: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
        ^
0_0_21803727_24492.cpp:18:14: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
              ^
0_0_21803727_24492.cpp:18:20: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
                    ^
0_0_21803727_24492.cpp:18:26: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
                          ^
0_0_21803727_24492.cpp:18:32: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
                                ^
0_0_21803727_24492.cpp:18:38: error: stray '#' in program
         scanf("%d-%d-%d",&y,&m,&d);
                                      ^
0_0_21803727_24492.cpp:19:2: error: stray '#' in program
         int sum=0,i;
  ^
0_0_21803727_24492.cpp:19:8: error: stray '#' in program
         int sum=0,i;
        ^
0_0_21803727_24492.cpp:19:14: error: stray '#' in program
         int sum=0,i;
              ^
0_0_21803727_24492.cpp:19:20: error: stray '#' in program
         int sum=0,i;
                    ^
0_0_21803727_24492.cpp:19:26: error: stray '#' in program
         int sum=0,i;
                          ^
0_0_21803727_24492.cpp:19:32: error: stray '#' in program
         int sum=0,i;
                                ^
0_0_21803727_24492.cpp:19:38: error: stray '#' in program
         int sum=0,i;
                                      ^
0_0_21803727_24492.cpp:20:2: error: stray '#' in program
         if (m==2&&d==29)
  ^
0_0_21803727_24492.cpp:20:8: error: stray '#' in program
         if (m==2&&d==29)
        ^
0_0_21803727_24492.cpp:20:14: error: stray '#' in program
         if (m==2&&d==29)
              ^
0_0_21803727_24492.cpp:20:20: error: stray '#' in program
         if (m==2&&d==29)
                    ^
0_0_21803727_24492.cpp:20:26: error: stray '#' in program
         if (m==2&&d==29)
                          ^
0_0_21803727_24492.cpp:20:32: error: stray '#' in program
         if (m==2&&d==29)
                                ^
0_0_21803727_24492.cpp:20:38: error: stray '#' in program
         if (m==2&&d==29)
                                      ^
0_0_21803727_24492.cpp:21:2: error: stray '#' in program
         {
  ^
0_0_21803727_24492.cpp:21:8: error: stray '#' in program
         {
        ^
0_0_21803727_24492.cpp:21:14: error: stray '#' in program
         {
              ^
0_0_21803727_24492.cpp:21:20: error: stray '#' in program
         {
                    ^
0_0_21803727_24492.cpp:21:26: error: stray '#' in program
         {
                          ^
0_0_21803727_24492.cpp:21:32: error: stray '#' in program
         {
                                ^
0_0_21803727_24492.cpp:21:38: error: stray '#' in program
         {
                                      ^
0_0_21803727_24492.cpp:22:2: error: stray '#' in program
             for (i=y+1;; i++)
  ^
0_0_21803727_24492.cpp:22:8: error: stray '#' in program
             for (i=y+1;; i++)
        ^
0_0_21803727_24492.cpp:22:14: error: stray '#' in program
             for (i=y+1;; i++)
              ^
0_0_21803727_24492.cpp:22:20: error: stray '#' in program
             for (i=y+1;; i++)
                    ^
0_0_21803727_24492.cpp:22:26: error: stray '#' in program
             for (i=y+1;; i++)
                          ^
0_0_21803727_24492.cpp:22:32: error: stray '#' in program
             for (i=y+1;; i++)
                                ^
0_0_21803727_24492.cpp:22:38: error: stray '#' in program
             for (i=y+1;; i++)
                                      ^
0_0_21803727_24492.cpp:22:44: error: stray '#' in program
             for (i=y+1;; i++)
                                            ^
0_0_21803727_24492.cpp:22:50: error: stray '#' in program
             for (i=y+1;; i++)
                                                  ^
0_0_21803727_24492.cpp:22:56: error: stray '#' in program
             for (i=y+1;; i++)
                                                        ^
0_0_21803727_24492.cpp:22:62: error: stray '#' in program
             for (i=y+1;; i++)
                                                              ^
0_0_21803727_24492.cpp:23:2: error: stray '#' in program
             {
  ^
0_0_21803727_24492.cpp:23:8: error: stray '#' in program
             {
        ^
0_0_21803727_24492.cpp:23:14: error: stray '#' in program
             {
              ^
0_0_21803727_24492.cpp:23:20: error: stray '#' in program
             {
                    ^
0_0_21803727_24492.cpp:23:26: error: stray '#' in program
             {
                          ^
0_0_21803727_24492.cpp:23:32: error: stray '#' in program
             {
                                ^
0_0_21803727_24492.cpp:23:38: error: stray '#' in program
             {
                                      ^
0_0_21803727_24492.cpp:23:44: error: stray '#' in program
             {
                                            ^
0_0_21803727_24492.cpp:23:50: error: stray '#' in program
             {
                                                  ^
0_0_21803727_24492.cpp:23:56: error: stray '#' in program
    &


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-23 01:54:51, Gzip enabled