diff options
Diffstat (limited to 'cses/IntroductoryProblems/BitStrings')
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/BitStrings/main.cpp | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/BitStrings/main_input0.txt | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | cses/IntroductoryProblems/BitStrings/main_output0.txt | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cses/IntroductoryProblems/BitStrings/main.cpp b/cses/IntroductoryProblems/BitStrings/main.cpp index db812c5..cb4a7fb 100644..100755 --- a/cses/IntroductoryProblems/BitStrings/main.cpp +++ b/cses/IntroductoryProblems/BitStrings/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; int m = 1e9 + 7; cin >> n; diff --git a/cses/IntroductoryProblems/BitStrings/main_input0.txt b/cses/IntroductoryProblems/BitStrings/main_input0.txt index 00750ed..00750ed 100644..100755 --- a/cses/IntroductoryProblems/BitStrings/main_input0.txt +++ b/cses/IntroductoryProblems/BitStrings/main_input0.txt diff --git a/cses/IntroductoryProblems/BitStrings/main_output0.txt b/cses/IntroductoryProblems/BitStrings/main_output0.txt index 45a4fb7..45a4fb7 100644..100755 --- a/cses/IntroductoryProblems/BitStrings/main_output0.txt +++ b/cses/IntroductoryProblems/BitStrings/main_output0.txt |
