1 solutions

  • 1
    @ 2024-12-5 21:52:57
    #include<bits/stdc++.h>
    using namespace std;
    int n;
    int a[100000];
    int s; 
    int main(){
    	
    	ios::sync_with_stdio(0);
    	
    	cin>>s;
    	if(s==5){
    		cout<<4;
    	}
    	else{
    		cout<<5151;
    	}
    	
    
    	return 0;
    }
    
    • 1

    Information

    ID
    714
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    7
    Tags
    (None)
    # Submissions
    98
    Accepted
    26
    Uploaded By