摘要: #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { int a, b; scanf("%d\n%d", &a, &b); for(;a<=b;a++) { if(a<=9) 阅读全文
posted @ 2020-11-18 09:12 堕落的黑天使 阅读(130) 评论(0) 推荐(0) 编辑