摘要:
题目链接 https://pintia.cn/problem-sets/994805046380707840/problems/994805113036587008 https://pintia.cn/problem-sets/994805046380707840/problems/99480510 阅读全文
摘要:
题目链接 https://pintia.cn/problem-sets/994805046380707840/problems/994805107638517760 两种方式 一、从输出的第一行可以发现是去重+排序,显然要用set。(其实不用也可以emm) 把set中的数(也就是题干中的arr数组) 阅读全文
摘要:
%5d:采用右对齐方式,输出宽度为5,若不到5位在右边补零 %-5d:左对齐 %05d:和%5d一样,在左边补零 %.5:和%05一样 阅读全文
摘要:
题目链接 https://pintia.cn/problem-sets/994805046380707840/problems/994805117167976448 排序+去重=>set (话说题意真的要多看几遍才能看懂。。) 思路:朋友圈人数>1的人可能也帅吧,但是没有帅到要求,放入not_han 阅读全文