Problem chickensoup
User gohchingjayk
Submission Time 2024-11-27 12:04:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chickensoup.cpp: In function ‘int main()’:
chickensoup.cpp:64:24: error: ‘i64’ was not declared in this scope
64 | ans = (i64(ans) + i64(x - i + 1) * i64(x - i + 2) / 2 * i64(A[i])) % MOD;
| ^~~