Run ID:144528

提交时间:2026-01-23 22:47:03

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