1 solutions

  • 0
    @ 2025-12-2 15:45:01

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int x,y,c;
    int main()
    {
        cin>>x>>y>>c;
        cout<<(y-(x-105))*c;
    	return 0;
    }
    
    • 1

    Information

    ID
    665
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    2
    Accepted
    2
    Uploaded By