#include<stdio.h>
int main()
{
int i;
for(i=1;i<5;i++)
{
printf("i:%d\n",i);
}
return 0;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案