1 solutions

  • 0
    @ 2025-5-24 21:39:06

    不解释,直接看代码就行了。

    #include "plus.h"
    int main()
    {
        int a, b;
        GetInt(&a), GetInt(&b);
        Response(a + b);
    }
    
    • 1

    Information

    ID
    38
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    # Submissions
    11
    Accepted
    4
    Uploaded By