#include <cstdlib>

int main()
{
	int num = 7;
	int res = num + 4;

	return EXIT_SUCCESS;
}