牛客745994603号
牛客745994603号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客745994603号的博客
全部文章
(共2篇)
题解 | 找位置
#include <cstdio> #include <iostream> using namespace std; #include<set> int main() { string s; multiset<char> set1; ...
2025-01-18
0
26
题解 | Day of Week
#include<bits/stdc++.h> #include<map> using namespace std; int month[13] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; void leapY...
2025-01-13
1
41