Run ID:5449

提交时间:2024-11-16 10:43:19

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