0_0_39267471_30419.cpp: In function 'int main()':
0_0_39267471_30419.cpp:4:41: error: expected identifier before numeric constant
4 | int n,c1,c5,c10,c25,c50,d[251]=[0];
| ^
0_0_39267471_30419.cpp: In lambda function:
0_0_39267471_30419.cpp:4:43: error: expected '{' before ';' token
4 | int n,c1,c5,c10,c25,c50,d[251]=[0];
| ^
0_0_39267471_30419.cpp: In function 'int main()':
0_0_39267471_30419.cpp:4:40: error: array must be initialized with a brace-enclosed initializer
4 | int n,c1,c5,c10,c25,c50,d[251]=[0];
| ^~~
|