Problem pascal
User Hytoh
Submission Time 2023-05-08 16:51:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | };
| ^