LZT • 8天前
int main() {
int a, b; scanf("%d%d", &a, &b); int c = a + b; printf("%d", c); return 0;
}
评论:
请先登录,才能进行评论