Run ID:108926
提交时间:2025-01-23 16:29:47
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }