4 条题解

  • 2
    @ 2024-2-22 13:48:30
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<((9+21)*10)/2;
    	return 0;
    }
    
    • 1
      @ 2024-11-23 17:18:37

      #include<bits/stdc++.h> using namespace std; int main(){ cout<<((9+21)*10)/2; return 0; }

      • 1
        @ 2024-11-23 17:18:20

        #include<bits/stdc++.h> using namespace std; int main(){ cout<<((9+21)*10)/2; return 0; }

        • 0
          @ 2024-11-23 17:19:23

          #include<bits/stdc++.h> using namespace std; int main(){ cout<<((9+21)*10)/2; return 0; }

          • 1

          信息

          ID
          15
          时间
          1000ms
          内存
          256MiB
          难度
          1
          标签
          递交数
          124
          已通过
          88
          上传者