摘要: char str[112]; scanf("%s",str); 如果: int a; char str[112]; scanf("%d,%s",&a,str); 则报错; 阅读全文
posted @ 2023-01-23 15:52 14789ztt 阅读(74) 评论(0) 推荐(0)