Run ID:120500

提交时间:2025-05-27 22:37:37

#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }