I wrote code. It executed in 200 bars. I wrote "prinf" command that execute i++ in run function. But it printed 200 times i value with plus 1 increment. Actually i need exactly only one time "printf" execution with last value of i. If i wrote "printf" command out of run function it printed first i value lol. How can i fix it?