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

Compile Error

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++) {
| ^
| ;