diff --git a/LeetcodeTemplate.cpp b/LeetcodeTemplate.cpp index 41a40d1..1fc15ce 100644 --- a/LeetcodeTemplate.cpp +++ b/LeetcodeTemplate.cpp @@ -12,6 +12,8 @@ public: int main( int argc, char* argv[] ){ + ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); + Solution sol; //solution function call...