1 solutions

  • 0
    @ 2025-11-5 15:46:38

    C :

    int main(){
    	int num;
    	scanf("%d",&num);
    	if(num>=60)
    		printf("Hege");
    	else
    		printf("Buhege");
    		
    }
    

    C++ :

    //hhh
    #include <iostream>
    using namespace std;
    
    int main(){
        int a;
        cin>>a;
        if(a>=60)cout<<"Hege";
        else cout<<"Buhege";
    	return 0;
    } 
    
    • 1

    Information

    ID
    17156
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By