6 條題解

  • 1
    @ 2025-5-1 22:37:54
    #include "bits/stdc++.h"
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        int c=a>b?a:b;
        cout<<c;
        return 0;
    }
    

    資訊

    ID
    10
    時間
    1000ms
    記憶體
    128MiB
    難度
    5
    标签
    遞交數
    8153
    已通過
    3428
    上傳者