#include using namespace std; int main(){ cout << 12345 + 5432l << endl; return 0; }