1 solutions

  • 0
    @ 2023-10-5 20:45:35
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int n,m;
        cin>>m;
        if (m<=25) n=25-m;
        if (m>25) n=25+60-m;
        cout<<n<<endl;
    	return 0;
    }//帮助。
    
    • 1

    Information

    ID
    4
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    19
    Accepted
    9
    Uploaded By