0_0_32457936_18168.cpp:40:2: error: stray '#' in program
}#include <iostream>
^
0_0_32457936_18168.cpp:40:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_32457936_18168.cpp: In function 'bool isl(int)':
0_0_32457936_18168.cpp:43:6: error: redefinition of 'bool isl(int)'
bool isl ( int x ){
^
0_0_32457936_18168.cpp:4:6: note: 'bool isl(int)' previously defined here
bool isl ( int x ){
^
0_0_32457936_18168.cpp: In function 'int main(int, char**)':
0_0_32457936_18168.cpp:50:5: error: redefinition of 'int main(int, char**)'
int main(int argc, char** argv){
^
0_0_32457936_18168.cpp:11:5: note: 'int main(int, char**)' previously defined here
int main(int argc, char** argv){
^
|