Run ID:93073
提交时间:2024-10-07 20:30:24
#include<stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("%d",a+b); return 0; }