Problem hedgehogcrimes_easy
User Karax
Submission Time 2026-05-15 15:05:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hedgehogcrimes_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
hedgehogcrimes_easy.cpp:5:7: note: in expansion of macro ‘int’
5 | const int MOD = 998244353;
| ^~~
hedgehogcrimes_easy.cpp:5:11: error: ‘MOD’ does not name a type
5 | const int MOD = 998244353;
| ^~~
hedgehogcrimes_easy.cpp: In function ‘int main()’:
hedgehogcrimes_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
hedgehogcrimes_easy.cpp:9:5: note: in expansion of macro ‘int’
9 | int n, k;
| ^~~
hedgehogcrimes_easy.cpp:9:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | int n, k;
| ^
| yn
hedgehogcrimes_easy.cpp:9:12: error: ‘k’ was not declared in this scope
9 | int n, k;