$$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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
...
$$
摘要:
Educational Codeforces Round 47 (Rated for Div. 2) A. Game Shopping 暴力模拟即可 #include <bits/stdc++.h> using namespace std; #define int long long #defi 阅读全文
摘要:
AtCoder Beginner Contest 383 //前三题都很水,只能写写这种题骗自己了 A - Humidifier 1 直接模拟 #include <bits/stdc++.h> using namespace std; #define int long long #define 阅读全文
摘要:
牛客小白月赛106 比赛链接:牛客小白月赛106 //也就写写水题骗自己了 A.最后DISCO 直接秒,注意一下c可以等于0 #include <bits/stdc++.h> using namespace std; #define int long long #define inf INT32_M 阅读全文