摘要: 字符串比较大小 1 //字符串比较大小 2 #include <stdio.h> 3 #include <string.h> 4 using namespace std; 5 6 int main() 7 { 8 char a[100],b[100],c[100],max[100]; 9 gets( 阅读全文
posted @ 2018-08-20 21:03 heart_fox 阅读(219) 评论(0) 推荐(0) 编辑