0_0_17182405_15117.cpp:45:2: error: stray '#' in program
}# include <stdio.h>
^
0_0_17182405_15117.cpp:73:2: error: stray '#' in program
}#include<iostream>
^
0_0_17182405_15117.cpp:45:4: error: 'include' does not name a type
}# include <stdio.h>
^
0_0_17182405_15117.cpp: In function 'int main()':
0_0_17182405_15117.cpp:53:5: error: redefinition of 'int main()'
int main ()
^
0_0_17182405_15117.cpp:29:5: note: 'int main()' previously defined here
int main()
^
0_0_17182405_15117.cpp:57:9: error: 'tab' was not declared in this scope
tab[i%23][i%28][i%33] = i ;
^
0_0_17182405_15117.cpp:68:30: error: 'tab' was not declared in this scope
nCase++, cal(tab[p%23][e%28][i%33]-d)) ;
^
0_0_17182405_15117.cpp: At global scope:
0_0_17182405_15117.cpp:73:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_17182405_15117.cpp: In function 'int main()':
0_0_17182405_15117.cpp:76:5: error: redefinition of 'int main()'
int main()
^
0_0_17182405_15117.cpp:29:5: note: 'int main()' previously defined here
int main()
^
|