template: default read in.txt in LOCAL

This commit is contained in:
xkm
2026-04-14 01:00:34 +08:00
parent 722eab3215
commit 81948ab951

View File

@@ -13,7 +13,9 @@ void solve() {
}
signed main() {
#ifndef LOCAL
#ifdef LOCAL
freopen("in.txt", "r", stdin);
#else
ios::sync_with_stdio(0), cin.tie(0), cout.tie(0);
#endif
int t = 1;