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_26540708_28129.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio> 
         ^
0_0_26540708_28129.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include  <ctype.h> 
         ^
0_0_26540708_28129.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include  <cmath> 
         ^
0_0_26540708_28129.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include  <stdlib.h> 
         ^
0_0_26540708_28129.cpp:5:6: error: stray '#' in program
 char rin[10100],rout[10100 ];
      ^
0_0_26540708_28129.cpp:5:33: error: stray '#' in program
 char rin[10100],rout[10100 ];
                                 ^
0_0_26540708_28129.cpp:6:8: error: stray '#' in program
 struct  sta{
        ^
0_0_26540708_28129.cpp:6:14: error: stray '#' in program
 struct  sta{
              ^
0_0_26540708_28129.cpp:7:2: error: stray '#' in program
        double  x;
  ^
0_0_26540708_28129.cpp:7:8: error: stray '#' in program
        double  x;
        ^
0_0_26540708_28129.cpp:7:14: error: stray '#' in program
        double  x;
              ^
0_0_26540708_28129.cpp:7:20: error: stray '#' in program
        double  x;
                    ^
0_0_26540708_28129.cpp:7:26: error: stray '#' in program
        double  x;
                          ^
0_0_26540708_28129.cpp:7:32: error: stray '#' in program
        double  x;
                                ^
0_0_26540708_28129.cpp:7:38: error: stray '#' in program
        double  x;
                                      ^
0_0_26540708_28129.cpp:7:50: error: stray '#' in program
        double  x;
                                                  ^
0_0_26540708_28129.cpp:7:56: error: stray '#' in program
        double  x;
                                                        ^
0_0_26540708_28129.cpp:8:2: error: stray '#' in program
        bool  digit;
  ^
0_0_26540708_28129.cpp:8:8: error: stray '#' in program
        bool  digit;
        ^
0_0_26540708_28129.cpp:8:14: error: stray '#' in program
        bool  digit;
              ^
0_0_26540708_28129.cpp:8:20: error: stray '#' in program
        bool  digit;
                    ^
0_0_26540708_28129.cpp:8:26: error: stray '#' in program
        bool  digit;
                          ^
0_0_26540708_28129.cpp:8:32: error: stray '#' in program
        bool  digit;
                                ^
0_0_26540708_28129.cpp:8:38: error: stray '#' in program
        bool  digit;
                                      ^
0_0_26540708_28129.cpp:8:48: error: stray '#' in program
        bool  digit;
                                                ^
0_0_26540708_28129.cpp:8:54: error: stray '#' in program
        bool  digit;
                                                      ^
0_0_26540708_28129.cpp:9:2: error: stray '#' in program
        char  ch;
  ^
0_0_26540708_28129.cpp:9:8: error: stray '#' in program
        char  ch;
        ^
0_0_26540708_28129.cpp:9:14: error: stray '#' in program
        char  ch;
              ^
0_0_26540708_28129.cpp:9:20: error: stray '#' in program
        char  ch;
                    ^
0_0_26540708_28129.cpp:9:26: error: stray '#' in program
        char  ch;
                          ^
0_0_26540708_28129.cpp:9:32: error: stray '#' in program
        char  ch;
                                ^
0_0_26540708_28129.cpp:9:38: error: stray '#' in program
        char  ch;
                                      ^
0_0_26540708_28129.cpp:9:48: error: stray '#' in program
        char  ch;
                                                ^
0_0_26540708_28129.cpp:9:54: error: stray '#' in program
        char  ch;
                                                      ^
0_0_26540708_28129.cpp:10:3: error: stray '#' in program
 } stack[10100 ];
   ^
0_0_26540708_28129.cpp:10:20: error: stray '#' in program
 } stack[10100 ];
                    ^
0_0_26540708_28129.cpp:11:8: error: stray '#' in program
 double tst[10100 ];
        ^
0_0_26540708_28129.cpp:11:23: error: stray '#' in program
 double tst[10100 ];
                       ^
0_0_26540708_28129.cpp:12:5: error: stray '#' in program
 int  top,ttop,rtop;
     ^
0_0_26540708_28129.cpp:12:11: error: stray '#' in program
 int  top,ttop,rtop;
           ^
0_0_26540708_28129.cpp:14:5: error: stray '#' in program
 int priority(char  ch)
     ^
0_0_26540708_28129.cpp:14:24: error: stray '#' in program
 int priority(char  ch)
                        ^
0_0_26540708_28129.cpp:14:30: error: stray '#' in program
 int priority(char  ch)
                              ^
0_0_26540708_28129.cpp:16:2: error: stray '#' in program
     switch  (ch)
  ^
0_0_26540708_28129.cpp:16:8: error: stray '#' in program
     switch  (ch)
        ^
0_0_26540708_28129.cpp:16:14: error: stray '#' in program
     switch  (ch)
              ^
0_0_26540708_28129.cpp:16:20: error: stray '#' in program
     switch  (ch)
                    ^
0_0_26540708_28129.cpp:16:32: error: stray '#' in program
     switch  (ch)
                                ^
0_0_26540708_28129.cpp:16:38: error: stray '#' in program
     switch  (ch)
                                      ^
0_0_26540708_28129.cpp:17:2: error: stray '#' in program
     {
  ^
0_0_26540708_28129.cpp:17:8: error: stray '#' in program
     {
        ^
0_0_26540708_28129.cpp:17:14: error: stray '#' in program
     {
              ^
0_0_26540708_28129.cpp:17:20: error: stray '#' in program
     {
                    ^
0_0_26540708_28129.cpp:18:2: error: stray '#' in program
            case '+'  : 
  ^
0_0_26540708_28129.cpp:18:8: error: stray '#' in program
            case '+'  : 
        ^
0_0_26540708_28129.cpp:18:14: error: stray '#' in program
            case '+'  : 
              ^
0_0_26540708_28129.cpp:18:20: error: stray '#' in program
            case '+'  : 
                    ^
0_0_26540708_28129.cpp:18:26: error: stray '#' in program
            case '+'  : 
                          ^
0_0_26540708_28129.cpp:18:32: error: stray '#' in program
            case '+'  : 
                                ^
0_0_26540708_28129.cpp:18:38: error: stray '#' in program
            case '+'  : 
                                      ^
0_0_26540708_28129.cpp:18:44: error: stray '#' in program
            case '+'  : 
                                            ^
0_0_26540708_28129.cpp:18:50: error: stray '#' in program
            case '+'  : 
                                                  ^
0_0_26540708_28129.cpp:18:56: error: stray '#' in program
            case '+'  : 
                                                        ^
0_0_26540708_28129.cpp:18:62: error: stray '#' in program
            case '+'  : 
                                                              ^
0_0_26540708_28129.cpp:18:72: error: stray '#' in program
            case '+'  : 
                                                                        ^
0_0_26540708_28129.cpp:18:81: 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 05:23:49, Gzip enabled