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