#include <iostream>
using namespace std;

int main() {
	cout << 28 + 23;
	return 0;
}