Run ID:107720
提交时间:2025-01-18 11:33:44
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }