2 条题解

  • 1
    @ 2024-2-22 13:41:40
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<((1+2+3)*3+(4+5+6)*6+(7+8+9)*9)*10;
    	return 0;
    }
    
    • 0
      @ 2024-12-24 20:20:03

      #include<bits/stdc++.h> using namespace std; int main(){ cout<<((1+2+3)*3+(4+5+6)*6+(7+8+9)*9)*10; return 0; }

      • 1

      信息

      ID
      4
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      168
      已通过
      114
      上传者