Problem eescapism
User HighLithop
Submission Time 2025-04-06 13:12:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:77:57: error: ‘M’ was not declared in this scope
77 | ll effort = M(M(n_sum(highest) - n_sum(next_lowest) + M) * M(highest_n));
| ^
eescapism.cpp:38:20: note: in definition of macro ‘M’
38 | #define M(item) (((item) % MOD + MOD) % MOD )
| ^~~~
eescapism.cpp:77:17: note: in expansion of macro ‘M’
77 | ll effort = M(M(n_sum(highest) - n_sum(next_lowest) + M) * M(highest_n));
| ^