Run ID:2209

提交时间:2023-12-16 18:26:07

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