#include using namespace std; int main() { int n = 0; n = 7 * 10 + 3; cout << n<<"\n"; return 0; }