Skip to content

Commit b2379d5

Browse files
committed
update
1 parent 9ccb5c2 commit b2379d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Important.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ sweepline adhoc
2222
18->xor of l to r range is even number of ele then twice xor is ==0;
2323

2424
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 "
25+
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

Comments
 (0)