Problem ihatenonint
User usernamehere
Submission Time 2024-12-06 14:47:41
Score 0

Compile Error

ihatenonint.cpp: In function ‘int main()’:
ihatenonint.cpp:20:28: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator<<’
20 | cout << ((1ll<<(n/2))*(1ll<<(ceil(n/2.0)))-1)%998244353
| ~~~^~~~~~~~~~~~~~~
| | |
| | double
| long long int