aboutsummaryrefslogtreecommitdiff
path: root/cses/IntroductoryProblems/MissingNumber/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cses/IntroductoryProblems/MissingNumber/main.cpp')
-rwxr-xr-x[-rw-r--r--]cses/IntroductoryProblems/MissingNumber/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cses/IntroductoryProblems/MissingNumber/main.cpp b/cses/IntroductoryProblems/MissingNumber/main.cpp
index 77f0f06..ec38059 100644..100755
--- a/cses/IntroductoryProblems/MissingNumber/main.cpp
+++ b/cses/IntroductoryProblems/MissingNumber/main.cpp
@@ -3,8 +3,8 @@
using namespace std;
int main () {
- ios_base::sync_with_stdio(false);
- cin.tie(NULL);
+ ios_base::sync_with_stdio(false);
+ cin.tie(NULL);
int n;
cin >> n;
long long sum = 0;