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