#include <iostream>
using namespace std;

int main() {
int herd_size = 110;
cout << herd_size;
	return 0;
}