Run ID:110338
提交时间:2025-02-17 15:31:58
#include<stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("\n"); printf("%d",a+b); return 0; }