#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
cout << rand();
return 0;
}