06 2020 档案

摘要:#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) 推荐(0)