0_0_18333411_29465.cpp:17:2: error: stray '#' in program
}#include<iostream>
^
0_0_18333411_29465.cpp:17:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_18333411_29465.cpp: In function 'int main()':
0_0_18333411_29465.cpp:23:5: error: redefinition of 'int main()'
int main()
^
0_0_18333411_29465.cpp:7:5: note: 'int main()' previously defined here
int main()
^
|