1 solutions

  • 1
    @ 2021-11-27 11:57:15
    #include <iostream>
    using namespace std;
    int main()
    {
    	int T;
    	cin >> T;
    	while(T--){
    		int m, n;
    		cin >> m >> n;
    		if(n)
    			cout << n << endl;
    		else
    			cout << "Nobody  leave" << endl;
    	}
    	return 0;
    }
    
    

    Information

    ID
    183
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    8
    Tags
    # Submissions
    105
    Accepted
    15
    Uploaded By