2 条题解

  • -1
    @ 2024-7-17 10:51:58

    #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"<<" "<<"7"<<endl; return 0; }

    • -1
      @ 2024-7-17 9:53:03

      MAN #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; 不能抄题解 } 不能抄题解

      • 1

      信息

      ID
      923
      时间
      1000ms
      内存
      64MiB
      难度
      8
      标签
      递交数
      121
      已通过
      18
      上传者