0_0_28602335_28019.cpp:93:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_28602335_28019.cpp:93:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_28602335_28019.cpp:99:14: error: redefinition of 'int mark [1005]'
int mark[1005];
^
0_0_28602335_28019.cpp:7:5: note: 'int mark [1005]' previously declared here
int mark[1005];
^
0_0_28602335_28019.cpp:100:18: error: redefinition of 'int mapp [1005][1005]'
int mapp[inn][inn];
^
0_0_28602335_28019.cpp:8:5: note: 'int mapp [1005][1005]' previously declared here
int mapp[inn][inn];
^
0_0_28602335_28019.cpp:101:12: error: redefinition of 'int ans [1005]'
int ans[inn];
^
0_0_28602335_28019.cpp:9:5: note: 'int ans [1005]' previously declared here
int ans[inn];
^
0_0_28602335_28019.cpp:102:5: error: redefinition of 'int t'
int t,s,d;
^
0_0_28602335_28019.cpp:10:5: note: 'int t' previously declared here
int t,s,d;
^
0_0_28602335_28019.cpp:102:7: error: redefinition of 'int s'
int t,s,d;
^
0_0_28602335_28019.cpp:10:7: note: 'int s' previously declared here
int t,s,d;
^
0_0_28602335_28019.cpp:102:9: error: redefinition of 'int d'
int t,s,d;
^
0_0_28602335_28019.cpp:10:9: note: 'int d' previously declared here
int t,s,d;
^
0_0_28602335_28019.cpp: In function 'void mm()':
0_0_28602335_28019.cpp:103:6: error: redefinition of 'void mm()'
void mm(){
^
0_0_28602335_28019.cpp:11:6: note: 'void mm()' previously defined here
void mm(){
^
0_0_28602335_28019.cpp: In function 'void dijkstra(int)':
0_0_28602335_28019.cpp:124:6: error: redefinition of 'void dijkstra(int)'
void dijkstra(int a){
^
0_0_28602335_28019.cpp:32:6: note: 'void dijkstra(int)' previously defined here
void dijkstra(int a){
^
0_0_28602335_28019.cpp: In function 'int main()':
0_0_28602335_28019.cpp:152:5: error: redefinition of 'int main()'
int main(){
^
0_0_28602335_28019.cpp:60:5: note: 'int main()' previously defined here
int main(){
^
|