Problem leftout
User Red123
Submission Time 2025-08-22 15:15:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

leftout.cpp: In function ‘int main()’:
leftout.cpp:13:11: error: expected ‘;’ before ‘==’ token
13 | for(int i == 0; i < b; i++){
| ^~~
| ;
leftout.cpp:13:12: error: expected primary-expression before ‘==’ token
13 | for(int i == 0; i < b; i++){
| ^~
leftout.cpp:13:23: error: expected ‘)’ before ‘;’ token
13 | for(int i == 0; i < b; i++){
| ~ ^
| )
leftout.cpp:13:25: error: ‘i’ was not declared in this scope
13 | for(int i == 0; i < b; i++){
| ^