Problem rabbitjoke
User chickengoat
Submission Time 2026-01-20 10:55:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbitjoke.cpp: In function ‘int main()’:
rabbitjoke.cpp:13:8: error: expected initializer before ‘==’ token
13 | ll ans==0;
| ^~
rabbitjoke.cpp:16:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
16 | ans+=y;
| ^~~
| abs
rabbitjoke.cpp:19:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
19 | cout << ans;
| ^~~
| abs