3 条题解

  • -1
    @ 2023-11-25 13:15:50
    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main()
    
    {
    
    int k=777;
    
    cout<<k;
    }
    
    
    
    
    • -2
      @ 2023-3-19 10:52:50

      #include<bits/stdc++.h> using namespace std; int main() { int k=777; cout<<k; }

      • -3
        @ 2022-11-12 10:23:21
        #include<bits/stdc++.h>
        
        using namespace std;
        
        int main()
        
        {
        
        int k=777;
        
        cout<<k;
        }
        
        • 1

        信息

        ID
        265
        时间
        1000ms
        内存
        16MiB
        难度
        5
        标签
        递交数
        243
        已通过
        99
        上传者