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_32330101_27488.cpp:43:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_32330101_27488.cpp: In function 'int main()':
0_0_32330101_27488.cpp:39:33: error: 'memset' was not declared in this scope
   memset(run, check, sizeof(run));
                                 ^
0_0_32330101_27488.cpp: At global scope:
0_0_32330101_27488.cpp:43:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_32330101_27488.cpp:47:15: error: redefinition of 'int a [110][110]'
 int a[110][110],n,m;
               ^
0_0_32330101_27488.cpp:5:5: note: 'int a [110][110]' previously declared here
 int a[110][110],n,m;
     ^
0_0_32330101_27488.cpp:47:17: error: redefinition of 'int n'
 int a[110][110],n,m;
                 ^
0_0_32330101_27488.cpp:5:17: note: 'int n' previously declared here
 int a[110][110],n,m;
                 ^
0_0_32330101_27488.cpp:47:19: error: redefinition of 'int m'
 int a[110][110],n,m;
                   ^
0_0_32330101_27488.cpp:5:19: note: 'int m' previously declared here
 int a[110][110],n,m;
                   ^
0_0_32330101_27488.cpp:48:17: error: redefinition of 'int run [110][110]'
 int run[110][110];
                 ^
0_0_32330101_27488.cpp:6:5: note: 'int run [110][110]' previously declared here
 int run[110][110];
     ^
0_0_32330101_27488.cpp: In function 'int dfs(int, int)':
0_0_32330101_27488.cpp:49:5: error: redefinition of 'int dfs(int, int)'
 int dfs(int x,int y)
     ^
0_0_32330101_27488.cpp:7:5: note: 'int dfs(int, int)' previously defined here
 int dfs(int x,int y)
     ^
0_0_32330101_27488.cpp: In function 'int main()':
0_0_32330101_27488.cpp:67:5: error: redefinition of 'int main()'
 int main(void)
     ^
0_0_32330101_27488.cpp:25:5: note: 'int main()' previously defined here
 int main(void)
     ^
0_0_32330101_27488.cpp:81:33: error: 'memset' was not declared in this scope
   memset(run, check, sizeof(run));
                                 ^


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-05 09:36:52, Gzip enabled