There was an error while loading. Please reload this page.
1 parent 9ccb5c2 commit b2379d5Copy full SHA for b2379d5
Important.txt
@@ -22,4 +22,6 @@ sweepline adhoc
22
18->xor of l to r range is even number of ele then twice xor is ==0;
23
24
19->if (all_of(foo.begin(), foo.end(), [](int i){return i%2;}) )cout <<"sare odd h"<<endl;
25
- else cout<<"sare odd nhi h "
+ else cout<<"sare odd nhi h "
26
+20->sum of first k odd elements =k^2
27
+21-> to solve a%x=b%x so x=abs(a-b);
0 commit comments