Run ID:153370

提交时间:2026-05-16 15:46:14

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