Run ID:3349
提交时间:2024-06-01 17:41:16
include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }