1 条题解

  • 1
    @ 2023-9-8 11:09:27

    坑点:#include "plus.h" 必须用引号,不能用 <>。代码:

    #include "plus.h"
    int myPlus(int x, int y)
    {
        return x+y;
    }
    
    • 1

    A+B Problem(Grader 交互题 / 函数式交互题)

    信息

    ID
    7
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    35
    已通过
    17
    上传者