/ Fance / 题库 / A+B /

题解

2 条题解

  • 0
    @ 2017-09-29 10:48:42

    test A+B

  • 0
    @ 2017-09-29 10:48:33

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

  • 1

信息

难度
9
分类
(无)
标签
(无)
递交数
10
已通过
2
通过率
20%
上传者