Problem cats
User chenweilian
Submission Time 2023-10-17 17:34:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cats.cpp: In function ‘int main()’:
cats.cpp:16:64: error: expected ‘;’ before ‘)’ token
16 | cout<<d * n * 2 + count(d >= 60 ? k : k % (1LL << d + 1)) % 2);
| ^
| ;