template: default read in.txt in LOCAL
This commit is contained in:
@@ -13,7 +13,9 @@ void solve() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
signed main() {
|
signed main() {
|
||||||
#ifndef LOCAL
|
#ifdef LOCAL
|
||||||
|
freopen("in.txt", "r", stdin);
|
||||||
|
#else
|
||||||
ios::sync_with_stdio(0), cin.tie(0), cout.tie(0);
|
ios::sync_with_stdio(0), cin.tie(0), cout.tie(0);
|
||||||
#endif
|
#endif
|
||||||
int t = 1;
|
int t = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user