#include <stdio.h>

int main () {
   char a[20],b[20];
   int i;
   
   scanf("%[^\n]%*c",a);
   printf("%s",a);
   la=strlen(a);
   lb=strlen(b);
   
   if(la>lb){
       printf("a greater than b");
   }else if(lb>la){
       printf("b is greater than a");
   }else{
       for(i=0;i<l;i++){
           lb
       }
   }
   return(0);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: