我的马蜂

真的是,到最后还是从快读的行列里退出来了。

(有没有快读都是大常熟选手,但是都比 Pt 快!)

Jetbrains Mono 字体真的是太好看了!(马蜂出现字体大雾

标准板子:

/*

*/
#include <bits/stdc++.h>
using namespace std;

#define File(a) freopen(a".in", "r", stdin), freopen(a".out", "w", stdout);
#define Check(a) freopen(a".in", "r", stdin), freopen(a".ans", "w", stdout);
mt19937 rng(chrono::system_clock::now().time_since_epoch().count());

typedef long long ll;
typedef unsigned long long ull;
typedef unsigned int ui;
typedef __int128_t i7;
typedef __uint128_t u7;
typedef long double ld;
typedef pair<int, int> pii;
#define mp make_pair
#define fi first
#define se second
#define eps 1e-10

const int mod = 1e9 + 7;
template <typename A>
inline int M(A x) {return x;}
template <typename A, typename ... B>
inline int M(A x, B ... args) {return 1ll * x * M(args ...) % mod;}

inline int Mi(const int &x) {return x >= mod ? x - mod : x;}
inline int Ad(const int &x) {return x < 0 ? x + mod : x;}
inline void mi(int &x, const int &y) {x += y; x >= mod && (x -= mod);}
inline void ad(int &x, const int &y) {x -= y; x < 0 && (x += mod);}

int main() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr);

	return 0;
}

是标准的四格党,当然我也不会觉得所有其他缩进的就不好看(

打空格,大括号不换行。

不是很压行但是很 诗人小 G (

比较简单的 if 会改成 && (); ,带 else 的不是过于复杂会换成 ? () : (); 。

如果两行之间基本没什么关联会打空行。

不喜轻喷,但是不要忘了自己最初的模样。

posted @ 2022-07-22 14:15  Illusory_dimes  阅读(104)  评论(1编辑  收藏  举报