提交时间:2023-04-29 18:24:30

运行 ID: 16054

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