Problem | typicalstairs |
---|---|
User | eliasxyz |
Submission Time | 2025-06-14 00:13:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:7:16: error: expected ‘,’ or ‘;’ before ‘*’ token
7 | int A[N+1]={0}*(N+1);
| ^