0_0_33938227_24472.cpp:45:2: error: stray '#' in program
}#include<iostream>
^
0_0_33938227_24472.cpp:45:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_33938227_24472.cpp:47:7: error: redefinition of 'class CawSystem'
class CawSystem{
^
0_0_33938227_24472.cpp:3:7: error: previous definition of 'class CawSystem'
class CawSystem{
^
0_0_33938227_24472.cpp: In function 'int main()':
0_0_33938227_24472.cpp:71:5: error: redefinition of 'int main()'
int main(void){
^
0_0_33938227_24472.cpp:27:5: note: 'int main()' previously defined here
int main(void){
^
|