摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> int main() { char a; while(scanf_s("%c",&a) != EOF) { switch (a) { case'r':printf("STOP!\n"); br 阅读全文
posted @ 2022-10-20 01:05 王昌煦 阅读(30) 评论(0) 推荐(0)