Run id: 6197
Main.cc: In function 'int main()':
Main.cc:8:5: error: 'cin' was not declared in this scope
cin>>s1>>s2;
^
Main.cc:11:5: error: expected ',' or ';' before 'while'
while(s1[i]!='\0'){
^
Main.cc:20:9: error: 'cout' was not declared in this scope
cout<"yes"<<endl;
^
Main.cc:20:22: error: 'endl' was not declared in this scope
cout<<"yes"<<endl;
^
Main.cc:22:10: error: 'cout' was not declared in this scope
else cout<<"no"<<endl
^
Main.cc:22:22: error: 'endl' was not declared in this scope
else cout<<"no"<<endl
^
Main.cc:23:5: error: expected ';' before 'return'
return 0;
^