Run ID:136205
提交时间:2025-11-09 18:08:49
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }