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_37711675_13262.cpp:38:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_37711675_13262.cpp:38:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_37711675_13262.cpp:41:11: error: redefinition of 'const int N'
 const int N = 1e6 + 10;
           ^
0_0_37711675_13262.cpp:4:11: note: 'const int N' previously defined here
 const int N = 1e6 + 10;
           ^
0_0_37711675_13262.cpp:42:5: error: redefinition of 'int t'
 int t, n, m;
     ^
0_0_37711675_13262.cpp:5:5: note: 'int t' previously declared here
 int t, n, m;
     ^
0_0_37711675_13262.cpp:42:8: error: redefinition of 'int n'
 int t, n, m;
        ^
0_0_37711675_13262.cpp:5:8: note: 'int n' previously declared here
 int t, n, m;
        ^
0_0_37711675_13262.cpp:42:11: error: redefinition of 'int m'
 int t, n, m;
           ^
0_0_37711675_13262.cpp:5:11: note: 'int m' previously declared here
 int t, n, m;
           ^
0_0_37711675_13262.cpp:43:5: error: redefinition of 'int tot'
 int tot, st;
     ^
0_0_37711675_13262.cpp:6:5: note: 'int tot' previously declared here
 int tot, st;
     ^
0_0_37711675_13262.cpp:43:10: error: redefinition of 'int st'
 int tot, st;
          ^
0_0_37711675_13262.cpp:6:10: note: 'int st' previously declared here
 int tot, st;
          ^
0_0_37711675_13262.cpp:44:8: error: redefinition of 'int a [1000010]'
 int a[N];
        ^
0_0_37711675_13262.cpp:7:5: note: 'int a [1000010]' previously declared here
 int a[N];
     ^
0_0_37711675_13262.cpp: In function 'int main()':
0_0_37711675_13262.cpp:46:8: error: redefinition of 'int main()'
 signed main()
        ^
0_0_37711675_13262.cpp:9:8: note: 'int main()' previously defined here
 signed 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-11-30 06:17:20, Gzip enabled