1 solutions

  • -1
    @ 2022-3-5 11:25:49
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c;
    	double d;
    	cin>>a>>b>>c;
    	d=(a+b+c)/3.0;
    	printf("%.3lf",d);
    	return 0;
    }

    Information

    ID
    1441
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    6
    Tags
    # Submissions
    39
    Accepted
    13
    Uploaded By