Run ID:5448
提交时间:2024-11-16 10:43:09
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }