Problem | brick |
---|---|
User | thelusidian |
Submission Time | 2024-02-21 17:25:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:5:28: error: expected unqualified-id before ‘;’ token
5 | unsigned long int n, x,;
| ^
brick.cpp:14:18: error: missing template arguments before ‘[’ token
14 | cout << array[i];
| ^
brick.cpp: At global scope:
brick.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^