#include <string>
#include <iostream>

int main() {
	std::cout << std::stoul("-4");
}