牛客659568563号
牛客659568563号
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
牛客659568563号的博客
全部文章
(共2篇)
题解 | #字符串加解密#
#include <bits/stdc++.h> using namespace std; string s1,s2; string jiami(string &s){ for(int i = 0 ; i < s.size(); ++i){ if...
C++
2022-05-24
0
342
题解 | #[NOIP2009]分数线划定#
using namespace std; int n,m; struct people{ int k; int s; }peo[5010]; bool cmp(people &p1 , people &p2){ if(p1.s == p2.s){ ...
C++
2022-05-17
1
409