Problem | helloworld |
---|---|
User | marcos |
Submission Time | 2025-06-19 13:14:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:19: error: expected ‘;’ before ‘<’ token
7 | for(int i = 0 , i < 100000000000000 , i++) {
| ^~
| ;
helloworld.cpp:7:20: error: expected primary-expression before ‘<’ token
7 | for(int i = 0 , i < 100000000000000 , i++) {
| ^
helloworld.cpp:7:43: error: expected ‘;’ before ‘)’ token
7 | for(int i = 0 , i < 100000000000000 , i++) {
| ^
| ;
helloworld.cpp:8:19: error: expected ‘}’ at end of input
8 | cout << array[i];
| ^
helloworld.cpp:7:45: note: to match this ‘{’
7 | for(int i = 0 , i < 100000000000000 , i++) {
| ^
helloworld.cpp:8:19: error: expected ‘}’ at end of input
8 | cou