Problem typo
User jiazethesigma
Submission Time 2025-12-12 09:22:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:5:18: error: expected initializer before ‘b’
5 | string a,string b;
| ^
typo.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b;
| ^