for (i=1;i<200;i++)
body o(1)
}
| n | lg n | n | n2 | 2n |
| 4 | 2 | 4 | 16 | 16 |
| 16 | 4 | 16 | 64 | 65,536 |
| 64 | 6 | 64 | 4,096 | 1.84x1019 |
| 256 | 8 | 256 | 65,536 | 1.15x1077 |
is the greatest integer less than or equal to x. (Floor function)
is the least integer greater than or equal to x. (Ceiling Function)