semaxcong
semaxcong
全部文章
分类
归档
标签
去牛客网
登录
/
注册
semaxcong的博客
全部文章
(共13篇)
题解 | #小白鼠排队#
#include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin>>n){ map<int,string> m; int i,we...
2023-02-12
1
270
题解 | #整数奇偶排序#
#include<bits/stdc++.h> using namespace std; bool cmp(int a,int b){ return a>b; } int main(){ vector<int> v1,v2; int i,n...
2023-02-12
1
365
题解 | #Old Bill#
#include<bits/stdc++.h> using namespace std; bool fun(int x, int n, int* p) { int j = 0; if (x % n == 0) { while (x != 0) { ...
2023-02-11
0
283
首页
上一页
1
2
下一页
末页