Run ID:121822
提交时间:2025-06-08 14:55:57
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }