Problem crypto
User ilikeeggs
Submission Time 2026-02-14 19:46:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp: In function ‘int32_t main()’:
crypto.cpp:32:9: error: expected primary-expression before ‘}’ token
32 | }
| ^
crypto.cpp:34:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
34 | cout << ans+1;
| ^~~
| abs