#include<bits/stdc++.h> using namespace std; int main(){ cout<<"123456789+987654321="<<123456789+987654321<<endl; return 0; }