1 條題解

  • 0
    @ 2024-5-31 17:58:17
    #include
    #include <cstring>
    #include <algorithm>
    using namespace std;
    #define PI 3.1415926
    int main()
    {
        int n;
        cin >> n;
        cout << abs(n) <<endl;
        
    }
    
    • 1

    資訊

    ID
    285
    時間
    1000ms
    記憶體
    128MiB
    難度
    2
    標籤
    遞交數
    529
    已透過
    320
    上傳者