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

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:25: error: expected ‘;’ before ‘<’ token
7 | for(long long i = 0 , i < 100000000000000 , i++) {
| ^~
| ;
helloworld.cpp:7:26: error: expected primary-expression before ‘<’ token
7 | for(long long i = 0 , i < 100000000000000 , i++) {
| ^
helloworld.cpp:7:49: error: expected ‘;’ before ‘)’ token
7 | for(long long i = 0 , i < 100000000000000 , i++) {
| ^
| ;