2 条题解

  • 1
    @ 2024-9-26 19:45:56

    这题可自己算出来

    代码如下:

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<4<<endl<<8<<endl<<6;
        return 0;
    }
    
    别忘了点赞
    • 1
      @ 2024-2-22 13:43:04
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<4<<endl<<8<<endl<<6;
      	return 0;
      }
      
      • 1

      信息

      ID
      7
      时间
      1000ms
      内存
      256MiB
      难度
      4
      标签
      递交数
      242
      已通过
      111
      上传者