1 条题解

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

    信息

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