1 solutions

  • 0
    @ 2025-11-5 18:23:31

    C++ :

    #include<cstdio>
    int a,b,c;
    int main()
    {
        //freopen("score.in","r",stdin);
        //freopen("score.out","w",stdout);
        scanf("%d %d %d",&a,&b,&c);
        a/=10;b/=10;c/=10;
        printf("%d",a*2+b*3+c*5);
        return 0;
    }
    
    
    • 1

    Information

    ID
    18874
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By