diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-01-07 23:03:50 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-01-07 23:03:50 +0200 |
| commit | b11408c454c4bfdf4ba7fbc39343ebc325d371b0 (patch) | |
| tree | d77e2fde1dee460986dd098c364142b772399f56 /cses/IntroductoryProblems/BitStrings | |
| parent | f285b09aaeae655e2dd523189a6f724544b632e8 (diff) | |
| download | competitive-programming-b11408c454c4bfdf4ba7fbc39343ebc325d371b0.tar.xz competitive-programming-b11408c454c4bfdf4ba7fbc39343ebc325d371b0.zip | |
Solved two problem from codeforces
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 |
