Run ID:141696
提交时间:2025-12-28 14:37:40
#include<iostream> using namespace std; int main(){ int a,x,y; cin>>a>>x>>y; cout<<a+x+y<<endl; return 0; }