上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页
摘要: AtCoder Beginner Contest 147 https://atcoder.jp/contests/abc147 C - HonestOrUnkind2 推理题,爆搜。好那好难,一直不知道怎么下手 #include <bits/stdc++.h> using namespace std 阅读全文
posted @ 2023-03-27 21:41 Sakana~ 阅读(39) 评论(0) 推荐(1) 编辑
摘要: 把最近做的dp都放在这里,我dp真的是烂到极点,当然别的也做不好,什么都不会(大哭 难度乱序 https://atcoder.jp/contests/abc145/tasks/abc145_f 很多细节 https://atcoder.jp/contests/abc147/tasks/abc147_ 阅读全文
posted @ 2023-03-27 16:12 Sakana~ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: AtCoder Beginner Contest 146 https://atcoder.jp/contests/abc146 C - Buy an Integer 这个O(1)推式子的做法不知道为什么WA:https://atcoder.jp/contests/abc146/submissions 阅读全文
posted @ 2023-03-26 16:08 Sakana~ 阅读(24) 评论(0) 推荐(1) 编辑
摘要: AtCoder Beginner Contest 141 https://atcoder.jp/contests/abc141 D - Powerful Discount Tickets 贪心 + 堆 #include <bits/stdc++.h> #define ll long long usi 阅读全文
posted @ 2023-03-21 23:41 Sakana~ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 858 (Div. 2) https://codeforces.com/contest/1806 现放一下ABC,然后明天补(大概) 坐牢的时候看了一下F1,感觉应该是一个蛮有意思的题?但是我不会做。 B卡了有一阵子,C想了好久快结束了才做出了(是我很不确定的分类讨 阅读全文
posted @ 2023-03-18 23:55 Sakana~ 阅读(130) 评论(2) 推荐(0) 编辑
摘要: 1. 环境配置 一些Ubuntu操作相关 ==Ubuntu打不开:powershell中输入netsh winsock reset然后重启== 查看历史命令 + 操作时间:https://blog.51cto.com/u_15773967/5638867 试了一下没有用,还是先把日志放这里:http 阅读全文
posted @ 2023-03-10 19:20 Sakana~ 阅读(37) 评论(0) 推荐(0) 编辑
摘要: # 北向应用开发 https://developer.harmonyos.com/cn/documentation/teaching-video/?catalogVersion=V3 存一些遇到的问题及解决博客。 创建ssh:[参考博客](https://segmentfault.com/a/119 阅读全文
posted @ 2023-03-08 20:26 Sakana~ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: CF1700板刷 前言: vp edu的时候逐渐力不从心,于是滚回来板刷1700 qwq https://codeforces.com/problemset?order=BY_RATING_ASC&tags=1700- log 3.5 466C 3.6 474D 3.7 339D,126B 3.8 阅读全文
posted @ 2023-03-07 21:37 Sakana~ 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Linux基础课 账户管理:https://blog.csdn.net/ezhchai/article/details/79273741 server 常用文件管理命令 注意在普通用户权限下操作时,常规指令前要加上sudo https://www.acwing.com/file_system/fil 阅读全文
posted @ 2023-03-06 14:52 Sakana~ 阅读(62) 评论(0) 推荐(0) 编辑
摘要: Educational Codeforces Round 26 https://codeforces.com/contest/837 D 差一点,补了E A. Text Volume #include <bits/stdc++.h> using namespace std; int main () 阅读全文
posted @ 2023-02-28 19:21 Sakana~ 阅读(24) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页