Test

测试一下能不能用

标题

反正是折腾博客有点破防了。不想折腾了。就先写吧。专注于内容。

\(1+1=2\)

\(aaa\)

加粗一下

  • a
  • b
  • c
#include <bits/stdc++.h>
#define NOSYNC ios::sync_with_stdio(false); cin.tie(0); cout.tie(0)
#define all(x) x.begin(), x.end()
#define endl '\n'
using namespace std;
using ll = long long;
using ull = unsigned long long;

const int N = 200005;

// -------------- Templates Above -------------------------

void solve() {
	
}

signed main() {
	NOSYNC;
	int t; cin >> t;
	for(int i = 1; i <= t; i ++) {
		// cout << "Case #" << i << ":" << endl;
		solve();
	}
	return 0;
}

好像能用,就这样。

posted @ 2024-09-05 22:22  xing4c  阅读(25)  评论(0)    收藏  举报