Run ID:97838
提交时间:2024-11-16 16:45:00
#include <stdio.h> int main() { int a, b, c; scanf("%d%d",&a,&b); c=a+b; printf("%d\n",c); return 0; }