1 条题解

  • 0
    @ 2024-8-12 9:44:28
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c;
    int main(){
    	ios::sync_with_stdio(NULL);
    	cin.tie(0);cout.tie(0);
    	cin>>a>>b>>c;
    	cout<<a*0.2+b*0.3+c*0.5;
    	return 0;
    } 
    
    • 1

    【深基2.例11】[NOIP2017 普及组] 成绩

    信息

    ID
    539
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    递交数
    8
    已通过
    7
    上传者