Untitled
Anonymous
c_cpp
01/14/2024 10:10 AM
208 B
19
Indexable
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
int a, i = 0;
cin >> a;
a = a & (a - 1);
cout << a;
}Editor is loading...
Leave a Comment