提交时间:2024-11-01 15:41:31
运行 ID: 54965
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }