$$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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 ... $$

随笔分类 -  ATC

摘要:AtCoder Beginner Contest 383 //前三题都很水,只能写写这种题骗自己了 A - Humidifier 1 ​ 直接模拟 #include <bits/stdc++.h> using namespace std; #define int long long #define 阅读全文
posted @ 2024-12-11 10:48 让你飞起来 阅读(25) 评论(0) 推荐(0)