4 lines
40 B
C++
4 lines
40 B
C++
|
|
for(init; cond; update){
|
||
|
|
statement;
|
||
|
|
}
|