提交时间:2025-05-01 19:01:09

运行 ID: 319791

#include<iostream> using namespace std; int main(){ int s,m,h; cin>>s>>m>>h; cout<<s<<m<<h; return 0; }