Problem chickensoup
User Pan
Submission Time 2024-09-12 17:29:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chickensoup.cpp:9:1: error: ‘ll’ does not name a type
9 | ll const mod = 998244353;
| ^~
chickensoup.cpp:11:2: error: ‘ll’ does not name a type
11 | ll zero, one, two;
| ^~
chickensoup.cpp:14:9: error: ‘ll’ was not declared in this scope
14 | trio mp(ll a, ll b, ll c)
| ^~
chickensoup.cpp:14:15: error: ‘ll’ was not declared in this scope
14 | trio mp(ll a, ll b, ll c)
| ^~
chickensoup.cpp:14:21: error: ‘ll’ was not declared in this scope
14 | trio mp(ll a, ll b, ll c)
| ^~
chickensoup.cpp:15:1: error: expected ‘,’ or ‘;’ before ‘{’ token
15 | {
| ^
chickensoup.cpp:22:5: error: ‘ll’ does not name a type
22 | ll s, e, m; //range is [s,e], m is the middle point
| ^~
chickensoup.cpp:23:5: error: ‘ll’ does not name a type
23 | ll zero, one, two; //sum of [s,e]
| ^~
chickensoup.cpp:26:13: e