编辑代码

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