提交时间:2023-02-17 21:25:37
运行 ID: 9815
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }