摘要:
(水) 题目大意 用所给字符串按U型输出。n1和n3是左右两条竖线从上到下的字符个数,n2是底部横线从左到右的字符个数。 思路 AC代码 c++ define _CRT_SECURE_NO_WARNINGS include include include include define INF 100 阅读全文
摘要:
(水) tips 1 cmp比较函数,若是字符串比较,一定要写成`return strcmp(char , char ) (/ include include include include using namespace std; struct student { char id[8]; char 阅读全文