diff options
Diffstat (limited to 'cses/IntroductoryProblems/IncreasingArray')
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/IncreasingArray/main.cpp | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/IncreasingArray/main_input0.txt | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/IncreasingArray/main_output0.txt | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cses/IntroductoryProblems/IncreasingArray/main.cpp b/cses/IntroductoryProblems/IncreasingArray/main.cpp index 67f6afe..a30b8ac 100644..100755 --- a/cses/IntroductoryProblems/IncreasingArray/main.cpp +++ b/cses/IntroductoryProblems/IncreasingArray/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; int mx = 0; diff --git a/cses/IntroductoryProblems/IncreasingArray/main_input0.txt b/cses/IntroductoryProblems/IncreasingArray/main_input0.txt index 6e41d58..6e41d58 100644..100755 --- a/cses/IntroductoryProblems/IncreasingArray/main_input0.txt +++ b/cses/IntroductoryProblems/IncreasingArray/main_input0.txt diff --git a/cses/IntroductoryProblems/IncreasingArray/main_output0.txt b/cses/IntroductoryProblems/IncreasingArray/main_output0.txt index 7ed6ff8..7ed6ff8 100644..100755 --- a/cses/IntroductoryProblems/IncreasingArray/main_output0.txt +++ b/cses/IntroductoryProblems/IncreasingArray/main_output0.txt |
