1 条题解

  • 0
    @ 2024-8-12 9:17:14

    浅浅发一个水题OvO

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	ios::sync_with_stdio(NULL);
    	cin.tie(0);cout.tie(0);
    	cout<<33.3333;
    	return 0;
    } 
    
    • 1

    信息

    ID
    529
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    (无)
    递交数
    20
    已通过
    9
    上传者