// editor2
#include<stdio.h>
int main(){
    printf("Bipartite");
}
int n;
scanf("%d", &n);
if(n<=0){
    scanf("%d", &n);
    
}