Run ID:125897

提交时间:2025-07-15 16:23:06

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