2 条题解

  • -1
    @ 2025-4-28 13:50:55

    wa已经占领了高地

    • -1
      @ 2025-4-28 12:52:54
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	int n,m,k;
      	cin>>n>>m>>k;
      	cout<<0.2*n+0.3*m+0.5*k;
      	return 0;
      }
      • 1

      信息

      ID
      680
      时间
      1000ms
      内存
      256MiB
      难度
      7
      标签
      递交数
      94
      已通过
      21
      上传者