Problem | fsylll |
---|---|
User | Xiaoyang |
Submission Time | 2024-08-02 20:55:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fsylll.cpp: In function ‘void solve()’:
fsylll.cpp:4:13: error: expected ‘;’ before ‘long’
4 | #define int long long
| ^~~~
fsylll.cpp:17:2: note: in expansion of macro ‘int’
17 | int dp[n + 1][3]; dp[1][2] = 1; dp[1][1] = dp[1][0] = 0;
| ^~~
fsylll.cpp:17:20: error: ‘dp’ was not declared in this scope
17 | int dp[n + 1][3]; dp[1][2] = 1; dp[1][1] = dp[1][0] = 0;
| ^~