| Problem | pascal |
|---|---|
| User | Hytoh |
| Submission Time | 2023-05-08 16:51:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp:6:1: error: expected ‘}’ before numeric constant
6 | 1 1
| ^
pascal.cpp:4:28: note: to match this ‘{’
4 | int triangle[NUM_VALUES] = {
| ^
pascal.cpp:6:1: error: expected ‘,’ or ‘;’ before numeric constant
6 | 1 1
| ^
pascal.cpp:29:1: error: expected declaration before ‘}’ token
29 | };
| ^