Problem ccs
User eliasxyz
Submission Time 2025-06-12 19:19:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:8:2: error: ‘cats’ was not declared in this scope
8 | cats=(2**N)-1;
| ^~~~
ccs.cpp:8:11: error: invalid type argument of unary ‘*’ (have ‘int’)
8 | cats=(2**N)-1;
| ^