比赛
文章平均质量分 63
本人在学习OI过程中做的某些比赛题,分享下。
一藏过往
本人很懒,不定期学习,不定期更新。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2019.2.24
110p T1 60p 链表题 暴力能过 #include<bits/stdc++.h> using namespace std; typedef long long ll; int n,e[10005],a[10005],s[10005][3]; inline int rd(){ int x=0,k=1; char ch=getchar(); while(ch<'0'||...原创 2019-07-18 09:00:04 · 136 阅读 · 0 评论 -
3.4
T1 美丽的序列 T2 货币套利 T3 大海战原创 2019-07-18 08:59:41 · 139 阅读 · 0 评论 -
8 . 6
T1 calculator #include<bits/stdc++.h> using namespace std; int rd() { int x=0,fg=1;char ch=getchar(); while(ch>'9'||ch<'0'){if(ch=='-')fg=-fg;ch=getchar();} while(ch>='0'&&ch...原创 2019-08-06 20:31:29 · 157 阅读 · 0 评论
分享