#include <stdio.h>
#include<string.h>
 int main(){
  char[]="engi neering";
  char[20]="aero";
  printf("%d",strcmp(a,b));
}