Run ID:93124
提交时间:2024-10-11 14:35:39
#include <bits/stdc++.h> int a,b; int main(){ scanf("%d%d",&a,&b); printf("%d",a+b); return 0; }