摘要: #include <stdio.h> #include <stdlib.h> int cti(char c) { int num = 100; if(c=='0') num = 0; else if(c=='1') num = 1; else if(c=='2') num = 2; else if( 阅读全文
posted @ 2022-06-29 14:34 kangobs 阅读(467) 评论(0) 推荐(0)