Run ID:95483

提交时间:2024-10-27 19:52:19

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