跳跃算法

#include<stdio.h>

   int main(void)
   {
          for ( int i=1; i<11;i++){
             if (i%2==1)
           printf("%d",i);
          }
    }

posted @ 2020-06-03 13:22  ooi  阅读(285)  评论(0)    收藏  举报