Run ID:113262
提交时间:2025-03-15 16:04:24
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }