Run ID:153497

提交时间:2026-05-17 18:57:36

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