Problem typo
User PlayVoltz
Submission Time 2023-07-11 14:23:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:6:7: error: ‘a’ was not declared in this scope; did you mean ‘a1’?
6 | cin>>a>>b;
| ^
| a1
typo.cpp:6:10: error: ‘b’ was not declared in this scope; did you mean ‘b1’?
6 | cin>>a>>b;
| ^
| b1