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_14740879_14776.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>
         ^
0_0_14740879_14776.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>
         ^
0_0_14740879_14776.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <map>
         ^
0_0_14740879_14776.cpp:4:7: error: stray '#' in program
 using namespace std;
       ^
0_0_14740879_14776.cpp:4:22: error: stray '#' in program
 using namespace std;
                      ^
0_0_14740879_14776.cpp:5:5: error: stray '#' in program
 int main ()
     ^
0_0_14740879_14776.cpp:5:15: error: stray '#' in program
 int main ()
               ^
0_0_14740879_14776.cpp:6:3: error: stray '#' in program
 {            
   ^
0_0_14740879_14776.cpp:6:9: error: stray '#' in program
 {            
         ^
0_0_14740879_14776.cpp:6:15: error: stray '#' in program
 {            
               ^
0_0_14740879_14776.cpp:6:21: error: stray '#' in program
 {            
                     ^
0_0_14740879_14776.cpp:6:27: error: stray '#' in program
 {            
                           ^
0_0_14740879_14776.cpp:6:33: error: stray '#' in program
 {            
                                 ^
0_0_14740879_14776.cpp:6:39: error: stray '#' in program
 {            
                                       ^
0_0_14740879_14776.cpp:6:45: error: stray '#' in program
 {            
                                             ^
0_0_14740879_14776.cpp:6:51: error: stray '#' in program
 {            
                                                   ^
0_0_14740879_14776.cpp:6:57: error: stray '#' in program
 {            
                                                         ^
0_0_14740879_14776.cpp:6:63: error: stray '#' in program
 {            
                                                               ^
0_0_14740879_14776.cpp:6:69: error: stray '#' in program
 {            
                                                                     ^
0_0_14740879_14776.cpp:7:2: error: stray '#' in program
     int n; 
  ^
0_0_14740879_14776.cpp:7:8: error: stray '#' in program
     int n; 
        ^
0_0_14740879_14776.cpp:7:14: error: stray '#' in program
     int n; 
              ^
0_0_14740879_14776.cpp:7:20: error: stray '#' in program
     int n; 
                    ^
0_0_14740879_14776.cpp:7:29: error: stray '#' in program
     int n; 
                             ^
0_0_14740879_14776.cpp:7:37: error: stray '#' in program
     int n; 
                                     ^
0_0_14740879_14776.cpp:8:2: error: stray '#' in program
     while(cin>>n)
  ^
0_0_14740879_14776.cpp:8:8: error: stray '#' in program
     while(cin>>n)
        ^
0_0_14740879_14776.cpp:8:14: error: stray '#' in program
     while(cin>>n)
              ^
0_0_14740879_14776.cpp:8:20: error: stray '#' in program
     while(cin>>n)
                    ^
0_0_14740879_14776.cpp:9:2: error: stray '#' in program
     {
  ^
0_0_14740879_14776.cpp:9:8: error: stray '#' in program
     {
        ^
0_0_14740879_14776.cpp:9:14: error: stray '#' in program
     {
              ^
0_0_14740879_14776.cpp:9:20: error: stray '#' in program
     {
                    ^
0_0_14740879_14776.cpp:10:2: error: stray '#' in program
         if(n == 0)
  ^
0_0_14740879_14776.cpp:10:8: error: stray '#' in program
         if(n == 0)
        ^
0_0_14740879_14776.cpp:10:14: error: stray '#' in program
         if(n == 0)
              ^
0_0_14740879_14776.cpp:10:20: error: stray '#' in program
         if(n == 0)
                    ^
0_0_14740879_14776.cpp:10:26: error: stray '#' in program
         if(n == 0)
                          ^
0_0_14740879_14776.cpp:10:32: error: stray '#' in program
         if(n == 0)
                                ^
0_0_14740879_14776.cpp:10:38: error: stray '#' in program
         if(n == 0)
                                      ^
0_0_14740879_14776.cpp:10:44: error: stray '#' in program
         if(n == 0)
                                            ^
0_0_14740879_14776.cpp:10:54: error: stray '#' in program
         if(n == 0)
                                                      ^
0_0_14740879_14776.cpp:10:62: error: stray '#' in program
         if(n == 0)
                                                              ^
0_0_14740879_14776.cpp:11:2: error: stray '#' in program
             break;     
  ^
0_0_14740879_14776.cpp:11:8: error: stray '#' in program
             break;     
        ^
0_0_14740879_14776.cpp:11:14: error: stray '#' in program
             break;     
              ^
0_0_14740879_14776.cpp:11:20: error: stray '#' in program
             break;     
                    ^
0_0_14740879_14776.cpp:11:26: error: stray '#' in program
             break;     
                          ^
0_0_14740879_14776.cpp:11:32: error: stray '#' in program
             break;     
                                ^
0_0_14740879_14776.cpp:11:38: error: stray '#' in program
             break;     
                                      ^
0_0_14740879_14776.cpp:11:44: error: stray '#' in program
             break;     
                                            ^
0_0_14740879_14776.cpp:11:50: error: stray '#' in program
             break;     
                                                  ^
0_0_14740879_14776.cpp:11:56: error: stray '#' in program
             break;     
                                                        ^
0_0_14740879_14776.cpp:11:62: error: stray '#' in program
             break;     
                                                              ^
0_0_14740879_14776.cpp:11:68: error: stray '#' in program
             break;     
                                                                    ^
0_0_14740879_14776.cpp:11:80: error: stray '#' in program
             break;     
                                                                                ^
0_0_14740879_14776.cpp:11:86: error: stray '#' in program
             break;     
                                                                                      ^
0_0_14740879_14776.cpp:11:92: error: stray '#' in program
             break;     
                                                                                            ^
0_0_14740879_14776.cpp:11:98: error: stray '#' in program
             break;     
                                                                                                  ^
0_0_14740879_14776.cpp:11:104: error: stray '#' in program
             break;     
              


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-06-23 09:50:40, Gzip enabled