#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); cout<<rand()%20; return 0; }