提交时间:2026-03-26 19:48:26
运行 ID: 434094
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a+b; return 0; }