提交时间:2025-12-26 14:15:39
运行 ID: 77475
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }