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_19206254_25538.cpp:85:1: error: stray '\351' in program
 闃熷垪褰㈠紡鐨勬嫇鎵戞帓搴#include <iostream>
 ^
0_0_19206254_25538.cpp:85:1: error: stray '\230' in program
0_0_19206254_25538.cpp:85:1: error: stray '\237' in program
0_0_19206254_25538.cpp:85:1: error: stray '\345' in program
0_0_19206254_25538.cpp:85:1: error: stray '\210' in program
0_0_19206254_25538.cpp:85:1: error: stray '\227' in program
0_0_19206254_25538.cpp:85:1: error: stray '\345' in program
0_0_19206254_25538.cpp:85:1: error: stray '\275' in program
0_0_19206254_25538.cpp:85:1: error: stray '\242' in program
0_0_19206254_25538.cpp:85:1: error: stray '\345' in program
0_0_19206254_25538.cpp:85:1: error: stray '\274' in program
0_0_19206254_25538.cpp:85:1: error: stray '\217' in program
0_0_19206254_25538.cpp:85:1: error: stray '\347' in program
0_0_19206254_25538.cpp:85:1: error: stray '\232' in program
0_0_19206254_25538.cpp:85:1: error: stray '\204' in program
0_0_19206254_25538.cpp:85:1: error: stray '\346' in program
0_0_19206254_25538.cpp:85:1: error: stray '\213' in program
0_0_19206254_25538.cpp:85:1: error: stray '\223' in program
0_0_19206254_25538.cpp:85:1: error: stray '\346' in program
0_0_19206254_25538.cpp:85:1: error: stray '\211' in program
0_0_19206254_25538.cpp:85:1: error: stray '\221' in program
0_0_19206254_25538.cpp:85:1: error: stray '\346' in program
0_0_19206254_25538.cpp:85:1: error: stray '\216' in program
0_0_19206254_25538.cpp:85:1: error: stray '\222' in program
0_0_19206254_25538.cpp:85:1: error: stray '\345' in program
0_0_19206254_25538.cpp:85:1: error: stray '\272' in program
0_0_19206254_25538.cpp:85:1: error: stray '\217' in program
0_0_19206254_25538.cpp:85:28: error: stray '#' in program
 闃熷垪褰㈠紡鐨勬嫇鎵戞帓搴#include <iostream>
                            ^
0_0_19206254_25538.cpp:85:29: error: 'include' does not name a type
 闃熷垪褰㈠紡鐨勬嫇鎵戞帓搴#include <iostream>
                             ^
0_0_19206254_25538.cpp:92:11: error: redefinition of 'const int ma'
 const int ma = 1010;
           ^
0_0_19206254_25538.cpp:8:11: note: 'const int ma' previously defined here
 const int ma = 1010;
           ^
0_0_19206254_25538.cpp:95:8: error: redefinition of 'struct node'
 struct node{
        ^
0_0_19206254_25538.cpp:11:8: error: previous definition of 'struct node'
 struct node{
        ^
0_0_19206254_25538.cpp:97:10: error: invalid type in declaration before ';' token
 }g[50000];
          ^
0_0_19206254_25538.cpp:97:10: error: conflicting declaration 'int g [50000]'
0_0_19206254_25538.cpp:13:2: note: previous declaration as 'node g [20100]'
 }g[20100];
  ^
0_0_19206254_25538.cpp:98:15: error: conflicting declaration 'int head [50100]'
 int head[50100],n,m,rudu[10100],t;
               ^
0_0_19206254_25538.cpp:14:5: note: previous declaration as 'int head [20100]'
 int head[20100],n,m,rudu[10100],t;
     ^
0_0_19206254_25538.cpp:98:17: error: redefinition of 'int n'
 int head[50100],n,m,rudu[10100],t;
                 ^
0_0_19206254_25538.cpp:14:17: note: 'int n' previously declared here
 int head[20100],n,m,rudu[10100],t;
                 ^
0_0_19206254_25538.cpp:98:19: error: redefinition of 'int m'
 int head[50100],n,m,rudu[10100],t;
                   ^
0_0_19206254_25538.cpp:14:19: note: 'int m' previously declared here
 int head[20100],n,m,rudu[10100],t;
                   ^
0_0_19206254_25538.cpp:98:31: error: redefinition of 'int rudu [10100]'
 int head[50100],n,m,rudu[10100],t;
                               ^
0_0_19206254_25538.cpp:14:21: note: 'int rudu [10100]' previously declared here
 int head[20100],n,m,rudu[10100],t;
                     ^
0_0_19206254_25538.cpp:98:33: error: redefinition of 'int t'
 int head[50100],n,m,rudu[10100],t;
                                 ^
0_0_19206254_25538.cpp:14:33: note: 'int t' previously declared here
 int head[20100],n,m,rudu[10100],t;
                                 ^
0_0_19206254_25538.cpp: In function 'void add(int, int)':
0_0_19206254_25538.cpp:102:6: error: redefinition of 'void add(int, int)'
 void add(int a,int b)
      ^
0_0_19206254_25538.cpp:23:6: note: 'void add(int, int)' previously defined here
 void add(int a,int b)
      ^
0_0_19206254_25538.cpp: At global scope:
0_0_19206254_25538.cpp:109:14: error: redefinition of 'int l'
 int aa[1100],l;
              ^
0_0_19206254_25538.cpp:30:5: note: 'int l' previously declared here
 int l;
     ^
0_0_19206254_25538.cpp: In function 'void TOP()':
0_0_19206254_25538.cpp:110:6: error: redefinition of 'void TOP()'
 void TOP()
      ^
0_0_19206254_25538.cpp:32:6: note: 'void TOP()' previously defined here
 void TOP()
      ^
0_0_19206254_25538.cpp: In function 'int main()':
0_0_19206254_25538.cpp:157:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_19206254_25538.cpp:67:5: note: 'int main()' previously defined here
 int main()
     ^


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-07-02 14:46:21, Gzip enabled