Run ID:110337

提交时间:2025-02-17 15:24:46

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