提交时间:2025-12-20 21:03:23

运行 ID: 76942

#include<cstdio> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d",a+b); }