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_25247230_20128.cpp:127:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_25247230_20128.cpp:127:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_25247230_20128.cpp:136:11: error: redefinition of 'const int MAXN'
 const int MAXN = 1e5+11;
           ^
0_0_25247230_20128.cpp:10:11: note: 'const int MAXN' previously defined here
 const int MAXN = 1e5+11;
           ^
0_0_25247230_20128.cpp:137:11: error: redefinition of 'const int INF'
 const int INF = 0x3f3f3f3f;
           ^
0_0_25247230_20128.cpp:11:11: note: 'const int INF' previously defined here
 const int INF = 0x3f3f3f3f;
           ^
0_0_25247230_20128.cpp:138:14: error: redefinition of 'const double EPS'
 const double EPS = 1e-7;
              ^
0_0_25247230_20128.cpp:12:14: note: 'const double EPS' previously defined here
 const double EPS = 1e-7;
              ^
0_0_25247230_20128.cpp:140:10: error: redefinition of 'const ll MOD'
 const ll MOD = 1e9+7;
          ^
0_0_25247230_20128.cpp:14:10: note: 'const ll MOD' previously defined here
 const ll MOD = 1e9+7;
          ^
0_0_25247230_20128.cpp:141:11: error: redefinition of 'const int MAXM'
 const int MAXM = 2.2e6+5;
           ^
0_0_25247230_20128.cpp:15:11: note: 'const int MAXM' previously defined here
 const int MAXM = 2.2e6+5;
           ^
0_0_25247230_20128.cpp: In function 'll read()':
0_0_25247230_20128.cpp:144:4: error: redefinition of 'll read()'
 ll read(){
    ^
0_0_25247230_20128.cpp:18:4: note: 'll read()' previously defined here
 ll read(){
    ^
0_0_25247230_20128.cpp: At global scope:
0_0_25247230_20128.cpp:150:11: error: redefinition of 'int a [100011]'
 int a[MAXN];
           ^
0_0_25247230_20128.cpp:24:5: note: 'int a [100011]' previously declared here
 int a[MAXN];
     ^
0_0_25247230_20128.cpp:151:8: error: redefinition of 'struct FST'
 struct FST{
        ^
0_0_25247230_20128.cpp:25:8: error: previous definition of 'struct FST'
 struct FST{
        ^
0_0_25247230_20128.cpp:217:5: error: invalid type in declaration before ';' token
 }fst;
     ^
0_0_25247230_20128.cpp:217:5: error: conflicting declaration 'int fst'
0_0_25247230_20128.cpp:91:2: note: previous declaration as 'FST fst'
 }fst;
  ^
0_0_25247230_20128.cpp: In function 'int main()':
0_0_25247230_20128.cpp:218:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_25247230_20128.cpp:92: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-10-06 14:22:57, Gzip enabled