Run ID:143175
提交时间:2026-01-11 19:11:22
#include<bits/stdc++.h> using namespace std; int a,b,n,ans; int main(){ cin>>a>>b>>n; cout<<a+b+n; return 0; }