0_0_28283949_25262.cpp:67:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_28283949_25262.cpp:67:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_28283949_25262.cpp: In function 'int main()':
0_0_28283949_25262.cpp:69:5: error: redefinition of 'int main()'
int main()
^
0_0_28283949_25262.cpp:3:5: note: 'int main()' previously defined here
int main()
^
|