牛客328964442号
牛客328964442号
全部文章
分类
题解(7)
归档
标签
去牛客网
登录
/
注册
牛客328964442号的博客
全部文章
(共7篇)
题解 | #美妙的约会#
参考解法https://blog.csdn.net/meng_lemon/article/details/97141897 #include<iostream> #include<stdio.h> #include<algorithm> using namespa...
2021-09-11
2
450
题解 | #藏宝图#
#include<stdio.h> #include<iostream> #include<string> using namespace std; bool judge(string str1, string str2) { int i=0, j=0;...
2021-09-06
0
535
题解 | #星际穿越#javascript:void(0);
一元二次方程求解 #include<stdio.h> #include<math.h> int main() { long long h; scanf("%lld", &h); long long ans = (-1 + ...
2021-09-06
0
411
题解 | #分苹果#
全是暴力,没有技巧 #include<stdio.h> #include<iostream> #include<algorithm> using namespace std; int main() { int n; scanf("%d&...
2021-09-02
0
445
题解 | #下厨房#
菜狗决定改过自新重新做人 #include<stdio.h> #include<string> #include<unordered_map> #include<iostream> using namespace std; int main() { ...
2021-09-02
0
369
题解 | #炮台攻击#
#include<stdio.h> #include<math.h> int main() { int r, x1, y1, x2, y2, x3, y3, x0, y0; while(scanf("%d %d %d %d %d %d %d %d %...
2021-09-01
0
515
题解 | #小易的升级之路#
#include<stdio.h> //遍历 // int helper(int m, int n) // { // int res = 0; // for(int i=1; i<=n; i++) // { // if(n%i==0 &...
2021-09-01
0
574