题解

1 条题解

  • 0
    @ 2019-11-29 19:20:52

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

  • 1

信息

ID
1000
难度
1
分类
(无)
标签
(无)
递交数
19
已通过
9
通过率
47%
上传者