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

Compile Error

ihatenonint.cpp: In function ‘int main()’:
ihatenonint.cpp:20:59: error: expected ‘;’ before ‘return’
20 | cout << ((1ll<<(n/2))*(1ll<<ll(ceil(n/2.0)))-1)%998244353
| ^
| ;
21 | return 0;
| ~~~~~~