parent
4deb98b52f
commit
972aa23a5b
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
#include <bits/stdc++.h>
|
||||
using namespace std;
|
||||
int main() {
|
||||
int a = 7;
|
||||
int b = (a & (-3));
|
||||
cout << b << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in new issue