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