Problem | chickensoup |
---|---|
User | dsyz |
Submission Time | 2023-12-06 16:56:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chickensoup.cpp: In function ‘int main()’:
chickensoup.cpp:84:54: error: expected ‘;’ before ‘)’ token
84 | sum += ((x*x + 3*x + 2) % mod) * root1->query(1,x)) % mod;
| ^
| ;