#include<bits/stdc++.h> using namespace std; int main() { double a,b; scatf(a,b); printf("%d+%d",a,b); return 0; }