Run ID:100164

提交时间:2024-12-06 11:35:09

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