Information
- ID
- 1089
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 2
- Tags
- # Submissions
- 39
- Accepted
- 25
- Uploaded By
hhh <(︶︿︶)>_╭∩╮╭∩╮
#include <bits/stdc++.h>
#define int long long
using namespace std;
int n1,n2,n3;
signed main(){
cin>>n1>>n2>>n3;
cout<<1.0*n1*0.2+1.0*n2*0.3+1.0*n3*0.5;
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.