#include <iostream>
using namespace std;
int main() {
unsigned int myNum = -1;
cout << myNum;
return 0;
}