Problem | helloworld |
---|---|
User | marcos |
Submission Time | 2025-06-19 13:13:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:6:19: error: expected ‘;’ before ‘<’ token
6 | for(int i = 0 , i < 100000000000000 , i++) {
| ^~
| ;
helloworld.cpp:6:20: error: expected primary-expression before ‘<’ token
6 | for(int i = 0 , i < 100000000000000 , i++) {
| ^
helloworld.cpp:6:43: error: expected ‘;’ before ‘)’ token
6 | for(int i = 0 , i < 100000000000000 , i++) {
|