Problem helloworld
User marcos
Submission Time 2025-06-19 13:13:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:8: error: expected identifier before numeric constant
5 | array[100000000000000000] = {}
| ^~~~~~~~~~~~~~~~~~
helloworld.cpp:5:8: error: expected ‘]’ before numeric constant
5 | array[100000000000000000] = {}
| ^~~~~~~~~~~~~~~~~~
| ]
helloworld.cpp:5:7: error: empty structured binding declaration
5 | array[100000000000000000] = {}
| ^
helloworld.cpp:7:18: error: expected ‘}’ at end of input
7 | cout << array[i]
| ^
helloworld.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^