AVAavaAVA
AVAavaAVA
全部文章
分类
归档
标签
去牛客网
登录
/
注册
AVAavaAVA的博客
全部文章
(共2篇)
题解 | 日期差值
#include <iostream> #include <ctime> using namespace std; int daysBetweenDates(struct tm date1, struct tm date2) { time_t t1 = mktime(...
2025-03-12
0
30
题解 | 排名
#include <iostream> #include<bits/stdc++.h> using namespace std; struct student { string sno; vector<int>poi; int sum=0;...
2025-03-11
0
24