Run ID:94498
提交时间:2024-10-22 21:16:41
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b; c=a+b; return 0; }