Problem abbb
User midtthew
Submission Time 2026-08-15 20:43:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

abbb.cpp: In function ‘int main()’:
abbb.cpp:23:11: error: ‘leng’ was not declared in this scope; did you mean ‘long’?
23 | cout << leng << "\n";
| ^~~~
| long
abbb.cpp:24:2: error: expected ‘}’ at end of input
24 | }
| ^
abbb.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^