1 solutions

  • 0
    @ 2025-8-21 16:21:55
    
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a;
    	cin>>a;
    	if(a==456)
    	{
    		cout<<"654";
    	}
    	if(a==200)
    	{
    		cout<<"2";
    	}
    	if(a==100)
    	{
    		cout<<"1";
    	}
    	return 0;
    }
    
    • 1

    Information

    ID
    2821
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    5
    Tags
    # Submissions
    28
    Accepted
    14
    Uploaded By