Run ID:99108

提交时间:2024-11-24 13:18:36

#include <iostream> using namespace std; int main() { int a,b; cin >> a >> b; cout << (10*a)+b; return 0; }