| Problem | eight |
|---|---|
| User | idontlikeboystrustme |
| Submission Time | 2025-01-27 17:32:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:6:15: error: expected primary-expression before ‘int’
6 | std::cin >> int a[N];
| ^~~
eight.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘if’
8 | if(i = 0, i < N, i++)
| ^~