提交时间:2022-10-05 09:09:31

运行 ID: 11478

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c; d+=a+b+c; cout<<d; }