2 条题解

  • 0
    @ 2026-5-30 10:48:53

    这种题应该没人错吧

    # include <bits/stdc++.h>
    
    using namespace std;
    int main(){
    	cout<<30<<endl;
    	return 0;
    }
    
    • -1
      @ 2026-5-15 19:40:47
      #include <bits/stdc++.h>//万能头文件
      using namespace std;//命名空间
      int main(){//主函数入口
      	cout<<"30"; 
      	return 0;//主函数出口
      }
      
      
      
      
      
      
      • 1

      信息

      ID
      3482
      时间
      1000ms
      内存
      256MiB
      难度
      3
      标签
      递交数
      46
      已通过
      26
      上传者