会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Leviathan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2020年4月8日
QFNU-ACM 2020.4.5 个人赛
摘要: A:https://vjudge.net/contest/366415#problem A是是找规律的题目,找几个数据就可以得出答案。或者自己一步步论证得出,做题的说话是一步步论证得出的。 #include<iostream> #include<cstdio> #include<set> #incl
阅读全文
posted @ 2020-04-08 20:14 Leviathan_Sei
阅读(205)
评论(0)
推荐(0)
2020年4月1日
UCF Local Programming Contest 2016 3.29
摘要: C #include <bits/stdc++.h> using namespace std; int h[55], l[55], t, n, k; int main() { scanf("%d", &t); for (int cas = 1; cas <= t; ++cas) { if (cas
阅读全文
posted @ 2020-04-01 23:55 Leviathan_Sei
阅读(112)
评论(0)
推荐(0)
2020年3月24日
Benelux Algorithm Programming Contest 2019||3.21
摘要: B.Breaking Branches 逻辑思维题,n为2时分一次Alice必胜,n为3时,Alice分成1,2。Bob必胜。n为4的时候分成1,3,或者2,2。都是Alice赢。所以当n为偶数的时候,Alice赢。反之,Bob赢。 而Alice必操作的就是分成1。 #include <stdio.
阅读全文
posted @ 2020-03-24 18:34 Leviathan_Sei
阅读(142)
评论(0)
推荐(0)
2020年3月18日
2020.3.14_Programming Contest 2019
摘要: problem_F https://nanti.jisuanke.com/t/43470 这题就是一个算二元一次方程 #include <cstdio> #include <iostream> #include <algorithm> #include <cmath> #include <strin
阅读全文
posted @ 2020-03-18 17:18 Leviathan_Sei
阅读(144)
评论(0)
推荐(0)
上一页
1
2
3
公告