From e3a5bfeab3faa50fee3c3404fc828ebe751f961e Mon Sep 17 00:00:00 2001 From: Noobie99 Date: Thu, 15 Jun 2023 10:40:15 +0200 Subject: update template --- template/template.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/template.cpp b/template/template.cpp index b517406..068a1b9 100644 --- a/template/template.cpp +++ b/template/template.cpp @@ -5,13 +5,12 @@ using namespace std; #define tsolve int t; cin >> t; while(t--) solve #define all(x) ::begin(x), ::end(x) #define sz(x) (ll)::size(x) -#define debug(x) cerr << __LINE__ << #x << ": " << (x) << endl +#define debug(x) cerr << __LINE__ << ": "#x" = " << (x) << endl void solve() {} int main() { - ios_base::sync_with_stdio(false); - cin.tie(0); + cin.tie(0)->sync_with_stdio(false); cout << setprecision(16); solve(); -} \ No newline at end of file +} -- cgit v1.2.3