| Problem | pascal |
|---|---|
| User | blue |
| Submission Time | 2023-02-15 06:04:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:18:2: error: ‘vvll’ was not declared in this scope; did you mean ‘vll’?
18 | vvll dp(1 + 25, vll(1 + 25, 0));
| ^~~~
| vll
pascal.cpp:22:3: error: ‘dp’ was not declared in this scope
22 | dp[r][1] = dp[r][r] = 1;
| ^~
pascal.cpp:30:10: error: ‘dp’ was not declared in this scope
30 | cout << dp[R][C] << '\n';
| ^~