提交时间:2025-08-19 11:13:14
运行 ID: 341126
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }