8 lines
58 B
C++
8 lines
58 B
C++
|
|
{
|
||
|
|
init;
|
||
|
|
while(cond){
|
||
|
|
statement;
|
||
|
|
update;
|
||
|
|
}
|
||
|
|
}
|