miner_song
miner_song
全部文章
分类
归档
标签
去牛客网
登录
/
注册
miner_song的博客
全部文章
(共2篇)
题解 | #成绩排序#
#include<bits/stdc++.h> using namespace std; struct student{ int num; string name; ...
模拟
C++
C
2022-07-10
1
0
题解 | #日期累加#
#include<bits/stdc++.h> using namespace std; bool leap_judge(int a) { return (((a%4==0)&&(a%100!=0))||a%400==...
C++
模拟
2022-07-07
1
0