提交时间:2024-11-08 12:26:40

运行 ID: 55547

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