Skip to content

Commit daa9c54

Browse files
codeforces problemset
1426C *binary search *constructive algorithms *math
1 parent 22a23b0 commit daa9c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Practice/Codeforces/Increase and Copy-1426C.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//Problem Link : http://codeforces.com/problemset/problem/1426/C
2+
23
#include<bits/stdc++.h>
34
using namespace std;
45
typedef long long ll;

0 commit comments

Comments
 (0)