高余冠之岌岌兮
高余冠之岌岌兮
全部文章
分类
归档
标签
去牛客网
登录
/
注册
高余冠之岌岌兮的博客
全部文章
(共2篇)
题解 | 分数线划定
#include <iostream> #include<bits/stdc++.h> using namespace std; struct Con{ int id; int score; }; bool cmp(Con &a,Con &...
2025-07-05
0
59
题解 | 纸牌游戏
#include <iostream> #include <vector> using namespace std; int main() { int t; cin>>t; int p[t][4]; for(int i=0;i&l...
2025-07-04
1
31