Run ID:93589
提交时间:2024-10-18 13:19:24
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }