摘要:
1 #include <cstdio> 2 using namespace std; 3 4 struct student{ 5 int num; 6 char name[20]; 7 char sex; 8 int age; 9 }s[35]; 10 11 int main() 12 { 13 i 阅读全文
posted @ 2020-03-27 20:11
Elsanna2018
阅读(104)
评论(0)
推荐(0)
摘要:
1 #include <cstdio> 2 #include <cstring> 3 using namespace std; 4 5 void get_max(char *&a, char *&b) 6 { 7 bool flag = false; 8 int len1 = strlen(a), 阅读全文
posted @ 2020-03-27 18:57
Elsanna2018
阅读(119)
评论(0)
推荐(0)

浙公网安备 33010602011771号