Problem typo
User zzzacccc
Submission Time 2024-06-19 13:55:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:2:2: error: ‘string’ was not declared in this scope
2 | string S,T;bool flag;int i;
| ^~~~~~
typo.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin>>S;cin>>T;
| ^~~
typo.cpp:3:7: error: ‘S’ was not declared in this scope
3 | cin>>S;cin>>T;
| ^
typo.cpp:3:14: error: ‘T’ was not declared in this scope
3 | cin>>S;cin>>T;
| ^
typo.cpp:20:3: error: ‘cout’ was not declared in this scope
20 | cout<<"Yes"<<endl;
| ^~~~
typo.cpp:20:16: error: ‘endl’ was not declared in this scope
20 | cout<<"Yes"<<endl;
| ^~~~
typo.cpp:23:3: error: ‘cout’ was not declared in this scope
23 | cout<<"No"<<endl;
| ^~~~
typo.cpp:23:15: error: ‘endl’ was not declared in this scope
23 | cout<<"No"&l