Problem | pascal |
---|---|
User | hwy |
Submission Time | 2023-06-08 00:17:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:14:19: error: expected ‘;’ before ‘for’
14 | pascal[i][i] = 1
| ^
| ;
15 | for (int j = 2; j < i; j++) {
| ~~~
pascal.cpp:15:25: error: ‘j’ was not declared in this scope
15 | for (int j = 2; j < i; j++) {
| ^