$$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Self-defined math definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math symbol commands \newcommand{\intd}{\,{\rm d}} % Symbol 'd' used in integration, such as 'dx' \newcommand{\diff}{{\rm d}} % Symbol 'd' used in differentiation ... $$

随笔分类 -  codeforces

摘要:Educational Codeforces Round 47 (Rated for Div. 2) A. Game Shopping ​ 暴力模拟即可 #include <bits/stdc++.h> using namespace std; #define int long long #defi 阅读全文
posted @ 2024-12-18 19:11 让你飞起来 阅读(30) 评论(0) 推荐(0)
摘要:Educational Codeforces Round 166 (Rated for Div. 2) 比赛链接:https://codeforces.com/contest/1976 //也就写写水题骗自己了 A. Verify Password 直接挨个判断秒了 #include <bits/s 阅读全文
posted @ 2024-12-10 14:40 让你飞起来 阅读(44) 评论(0) 推荐(0)