rt,这样的代码可以用吗?
#include<bits/stdc++.h>
using namespace std;
#define FILE(x) freopen(x".in", "r", stdin);freopen(x".out", "w", stdout);
#define endl '\n'
#define ll long long
signed main(){
FILE("……");
cin.tie(nullptr)->sync_with_stdio(false);
cout.tie(nullptr);
……………………
return 0;
}