Run ID:97313
提交时间:2024-11-12 18:21:47
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }