#include<bits/stdc++.h> using namespace std; int main(){ cout<<123+321+123456; cout<<endl; return 0; }