Run ID:143051
提交时间:2026-01-11 18:40:41
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }