#include <stdio.h>

int main() {
if ( a >b && a > c){
    
 printf("a is biggest");
}
return 0;
}