Run ID:157119

提交时间:2026-07-20 10:19:39

#include<iostream> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<(x+z)<<endl; return 0; }