```c
if (t <= 5){i = i * t;t += t;}else{printf("%d\n", i);}
```求大佬指正啊,谢谢各位
?说一下你想实现什么功能
if-else是选择语句,循环的话要用while,for,do-while