Problem | chickensoup |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-06 16:53:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chickensoup.cpp: In function ‘int32_t main()’:
chickensoup.cpp:62:4: error: ‘__int256’ was not declared in this scope; did you mean ‘__int32_t’?
62 | __int256 ans = (st->query1(1, a)-(2*a+3)%MOD*st->query2(1, a)+(a*a+3*a+2)%MOD*st->query3(1, a)+MOD);
| ^~~~~~~~
| __int32_t
chickensoup.cpp:63:4: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
63 | ans%=MOD;
| ^~~
| abs