Problem | legowall |
---|---|
User | elainagrey |
Submission Time | 2023-07-14 03:04:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
legowall.cpp: In function ‘int main()’:
legowall.cpp:26:17: error: ‘j’ was not declared in this scope
26 | rep(j,i-1){
| ^
legowall.cpp:26:13: error: ‘rep’ was not declared in this scope
26 | rep(j,i-1){
| ^~~
legowall.cpp:3:12: error: expected primary-expression before ‘long’
3 | #define ll long long
| ^~~~
legowall.cpp:47:36: note: in expansion of macro ‘ll’
47 | E[j] += D[i] * ll(C[H-i][j]) % MOD;
| ^~