题解

1 条题解

  • 1
    @ 2020-10-07 23:08:29

    最简单的, 以后同样的会被删掉, 欢迎大家的花样解法

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

信息

ID
1001
难度
1
分类
(无)
标签
(无)
递交数
6
已通过
5
通过率
83%
上传者