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_37922390_10718.cpp:63:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_37922390_10718.cpp:63:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_37922390_10718.cpp:69:15: error: redefinition of 'char a [102][20]'
 char a[102][20], b[3000];
               ^
0_0_37922390_10718.cpp:7:6: note: 'char a [102][20]' previously declared here
 char a[102][20], b[3000];
      ^
0_0_37922390_10718.cpp:69:24: error: redefinition of 'char b [3000]'
 char a[102][20], b[3000];
                        ^
0_0_37922390_10718.cpp:7:18: note: 'char b [3000]' previously declared here
 char a[102][20], b[3000];
                  ^
0_0_37922390_10718.cpp:70:10: error: redefinition of 'int l [202]'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
          ^
0_0_37922390_10718.cpp:8:5: note: 'int l [202]' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
     ^
0_0_37922390_10718.cpp:70:13: error: redefinition of 'int CN'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
             ^
0_0_37922390_10718.cpp:8:13: note: 'int CN' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
             ^
0_0_37922390_10718.cpp:70:17: error: redefinition of 'int noy'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                 ^
0_0_37922390_10718.cpp:8:17: note: 'int noy' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                 ^
0_0_37922390_10718.cpp:70:22: error: redefinition of 'int T'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                      ^
0_0_37922390_10718.cpp:8:22: note: 'int T' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                      ^
0_0_37922390_10718.cpp:70:25: error: redefinition of 'int n'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                         ^
0_0_37922390_10718.cpp:8:25: note: 'int n' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                         ^
0_0_37922390_10718.cpp:70:35: error: redefinition of 'int tag [202]'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                   ^
0_0_37922390_10718.cpp:8:28: note: 'int tag [202]' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                            ^
0_0_37922390_10718.cpp:70:38: error: redefinition of 'int len'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                      ^
0_0_37922390_10718.cpp:8:38: note: 'int len' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                      ^
0_0_37922390_10718.cpp:70:43: error: redefinition of 'int cnt'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                           ^
0_0_37922390_10718.cpp:8:43: note: 'int cnt' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                           ^
0_0_37922390_10718.cpp:70:52: error: redefinition of 'int p [29]'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                                    ^
0_0_37922390_10718.cpp:8:48: note: 'int p [29]' previously declared here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                                ^
0_0_37922390_10718.cpp:70:55: error: redefinition of 'int ans'
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                                       ^
0_0_37922390_10718.cpp:8:55: note: 'int ans' previously defined here
 int l[202], CN, noy, T, n, tag[202], len, cnt, p[29], ans = 90909090;
                                                       ^
0_0_37922390_10718.cpp:71:11: error: redefinition of 'long long int lent'
 long long lent;
           ^
0_0_37922390_10718.cpp:9:11: note: 'long long int lent' previously declared here
 long long lent;
           ^
0_0_37922390_10718.cpp: In function 'int gcd(int, int)':
0_0_37922390_10718.cpp:73:5: error: redefinition of 'int gcd(int, int)'
 int gcd(int a, int b){
     ^
0_0_37922390_10718.cpp:11:5: note: 'int gcd(int, int)' previously defined here
 int gcd(int a, int b){
     ^
0_0_37922390_10718.cpp: In function 'int main()':
0_0_37922390_10718.cpp:77:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_37922390_10718.cpp:15: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-11-28 23:46:13, Gzip enabled