会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浪在ACM
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
2020年5月23日
20200523(ABCDE)题解 by 孙晨曦 王一帆
摘要: A、B题:王一帆 题解:https://blog.csdn.net/Legend_666/article/details/106305246 C、D题:孙晨曦 题解:https://blog.csdn.net/qq_45530271/article/details/106305608
阅读全文
posted @ 2020-05-23 21:11 浪在ACM
阅读(141)
评论(0)
推荐(0)
2020年5月22日
20200522(ABCDE)题解 by 王一帆
摘要: A题:王一帆 题解:https://blog.csdn.net/Legend_666/article/details/106291042
阅读全文
posted @ 2020-05-22 21:20 浪在ACM
阅读(102)
评论(0)
推荐(0)
2020年5月21日
20200521(ABCDE)题解 by 刘鑫龙 齐浩宇
摘要: A题:齐浩宇 题解:https://blog.csdn.net/fuchen112/article/details/106266397 B题:刘鑫龙 题解:https://blog.csdn.net/Hello_wcrd/article/details/106268941
阅读全文
posted @ 2020-05-21 23:05 浪在ACM
阅读(127)
评论(0)
推荐(0)
2020年5月20日
20200420(ABC)题解 by 辛晓东
摘要: A题:辛晓东 题解: #include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<iostream> #include<cstdio> #include<cstring> #include<alg
阅读全文
posted @ 2020-05-20 12:28 浪在ACM
阅读(134)
评论(0)
推荐(0)
20200402(ABC)题解 by 孙晨曦
摘要: C题:孙晨曦 题解:
阅读全文
posted @ 2020-05-20 10:04 浪在ACM
阅读(154)
评论(0)
推荐(0)
20200406(ABC)题解 by 徐光旭
摘要: AB题:徐光旭 题解:https://blog.csdn.net/xgx984826498/article/details/105350779
阅读全文
posted @ 2020-05-20 10:02 浪在ACM
阅读(76)
评论(0)
推荐(0)
20200407(DE)题解 by 孙晨曦
摘要: DE题:孙晨曦 题解:https://vjudge.net/contest/366919
阅读全文
posted @ 2020-05-20 10:01 浪在ACM
阅读(79)
评论(0)
推荐(0)
20200413(DEF)题解 by 孙晨曦
摘要: D、E、F题:孙晨曦 题解: D题题解:组合数。(直接选出来C(n,k)个位置,然后这k个位置取全排列的话,需要考虑去重,所以换个选法) 这样做,先选出k个位置,然后只取让这k个位置都不能选择自己的indice的排列例如,3个数,就只能选取231,312这两种排列。经模拟得出1个数有0个这种排列,2
阅读全文
posted @ 2020-05-20 09:56 浪在ACM
阅读(122)
评论(0)
推荐(0)
20200414(ABC)题解 by 马鸿儒 苏用
摘要: A、C题:马鸿儒 A题解: #include <bits/stdc++.h> using namespace std; typedef long long ll; int bk[1005][1005]; int main() { ios::sync_with_stdio(0); int n,m; c
阅读全文
posted @ 2020-05-20 09:52 浪在ACM
阅读(105)
评论(0)
推荐(0)
20200413(DE)题解 by 孙晨曦
摘要: D、E题:孙晨曦 题解:https://www.bilibili.com/video/BV1ji4y1t79k(视频讲解)
阅读全文
posted @ 2020-05-20 09:47 浪在ACM
阅读(89)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
公告