1 条题解

  • -1
    @ 2024-7-6 9:11:20
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<"公鸡母鸡小鸡"<<endl;
    	cout<<"    5   32   63"<<endl;
    	cout<<"   10   24   66"<<endl;
    	cout<<"   15   16   69"<<endl;
    	cout<<"   20    8   72"<<endl;
        return 0;
    }
    /*公鸡母鸡小鸡
        5   32   63
       10   24   66
       15   16   69
       20    8   72
    */
    //草稿 
    
    • 1

    信息

    ID
    157
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    69
    已通过
    14
    上传者