Run ID:112656

提交时间:2025-03-09 20:41:35

#include <stdio.h> int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d",a+b); return 0; }