提交时间:2023-02-17 15:32:49

运行 ID: 9739

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