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_22330643_21516.cpp:3:7: error: stray '#' in program
 using namespace std;
       ^
0_0_22330643_21516.cpp:3:22: error: stray '#' in program
 using namespace std;
                      ^
0_0_22330643_21516.cpp:4:5: error: stray '#' in program
 int main()
     ^
0_0_22330643_21516.cpp:6:2: error: stray '#' in program
     int i;
  ^
0_0_22330643_21516.cpp:6:8: error: stray '#' in program
     int i;
        ^
0_0_22330643_21516.cpp:6:14: error: stray '#' in program
     int i;
              ^
0_0_22330643_21516.cpp:6:20: error: stray '#' in program
     int i;
                    ^
0_0_22330643_21516.cpp:6:29: error: stray '#' in program
     int i;
                             ^
0_0_22330643_21516.cpp:7:2: error: stray '#' in program
     char a='#';
  ^
0_0_22330643_21516.cpp:7:8: error: stray '#' in program
     char a='#';
        ^
0_0_22330643_21516.cpp:7:14: error: stray '#' in program
     char a='#';
              ^
0_0_22330643_21516.cpp:7:20: error: stray '#' in program
     char a='#';
                    ^
0_0_22330643_21516.cpp:7:30: error: stray '#' in program
     char a='#';
                              ^
0_0_22330643_21516.cpp:8:2: error: stray '#' in program
     string dataset;
  ^
0_0_22330643_21516.cpp:8:8: error: stray '#' in program
     string dataset;
        ^
0_0_22330643_21516.cpp:8:14: error: stray '#' in program
     string dataset;
              ^
0_0_22330643_21516.cpp:8:20: error: stray '#' in program
     string dataset;
                    ^
0_0_22330643_21516.cpp:8:32: error: stray '#' in program
     string dataset;
                                ^
0_0_22330643_21516.cpp:9:2: error: stray '#' in program
     
  ^
0_0_22330643_21516.cpp:9:8: error: stray '#' in program
     
        ^
0_0_22330643_21516.cpp:9:14: error: stray '#' in program
     
              ^
0_0_22330643_21516.cpp:9:20: error: stray '#' in program
     
                    ^
0_0_22330643_21516.cpp:10:2: error: stray '#' in program
     while(getline(cin,dataset))
  ^
0_0_22330643_21516.cpp:10:8: error: stray '#' in program
     while(getline(cin,dataset))
        ^
0_0_22330643_21516.cpp:10:14: error: stray '#' in program
     while(getline(cin,dataset))
              ^
0_0_22330643_21516.cpp:10:20: error: stray '#' in program
     while(getline(cin,dataset))
                    ^
0_0_22330643_21516.cpp:11:2: error: stray '#' in program
     {        
  ^
0_0_22330643_21516.cpp:11:8: error: stray '#' in program
     {        
        ^
0_0_22330643_21516.cpp:11:14: error: stray '#' in program
     {        
              ^
0_0_22330643_21516.cpp:11:20: error: stray '#' in program
     {        
                    ^
0_0_22330643_21516.cpp:11:27: error: stray '#' in program
     {        
                           ^
0_0_22330643_21516.cpp:11:33: error: stray '#' in program
     {        
                                 ^
0_0_22330643_21516.cpp:11:39: error: stray '#' in program
     {        
                                       ^
0_0_22330643_21516.cpp:11:45: error: stray '#' in program
     {        
                                             ^
0_0_22330643_21516.cpp:11:51: error: stray '#' in program
     {        
                                                   ^
0_0_22330643_21516.cpp:11:57: error: stray '#' in program
     {        
                                                         ^
0_0_22330643_21516.cpp:11:63: error: stray '#' in program
     {        
                                                               ^
0_0_22330643_21516.cpp:11:69: error: stray '#' in program
     {        
                                                                     ^
0_0_22330643_21516.cpp:12:2: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
  ^
0_0_22330643_21516.cpp:12:8: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
        ^
0_0_22330643_21516.cpp:12:14: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
              ^
0_0_22330643_21516.cpp:12:20: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                    ^
0_0_22330643_21516.cpp:12:26: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                          ^
0_0_22330643_21516.cpp:12:32: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                                ^
0_0_22330643_21516.cpp:12:38: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                                      ^
0_0_22330643_21516.cpp:12:44: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                                            ^
0_0_22330643_21516.cpp:12:50: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                                                  ^
0_0_22330643_21516.cpp:12:56: error: stray '#' in program
           if(dataset=="ENDOFINPUT")
                                                        ^
0_0_22330643_21516.cpp:13:2: error: stray '#' in program
           break;
  ^
0_0_22330643_21516.cpp:13:8: error: stray '#' in program
           break;
        ^
0_0_22330643_21516.cpp:13:14: error: stray '#' in program
           break;
              ^
0_0_22330643_21516.cpp:13:20: error: stray '#' in program
           break;
                    ^
0_0_22330643_21516.cpp:13:26: error: stray '#' in program
           break;
                          ^
0_0_22330643_21516.cpp:13:32: error: stray '#' in program
           break;
                                ^
0_0_22330643_21516.cpp:13:38: error: stray '#' in program
           break;
                                      ^
0_0_22330643_21516.cpp:13:44: error: stray '#' in program
           break;
                                            ^
0_0_22330643_21516.cpp:13:50: error: stray '#' in program
           break;
                                                  ^
0_0_22330643_21516.cpp:13:56: error: stray '#' in program
           break;
                                                        ^
0_0_22330643_21516.cpp:14:2: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
  ^
0_0_22330643_21516.cpp:14:8: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
        ^
0_0_22330643_21516.cpp:14:14: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
              ^
0_0_22330643_21516.cpp:14:20: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
                    ^
0_0_22330643_21516.cpp:14:26: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
                          ^
0_0_22330643_21516.cpp:14:32: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
                                ^
0_0_22330643_21516.cpp:14:38: error: stray '#' in program
           if(dataset=="START"||dataset=="END")
                                      ^
0_0_2233


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-30 10:20:35, Gzip enabled