Run ID:112655
提交时间:2025-03-09 20:40:17
#include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d", a+b ); return 0; }