#include <stdio.h>

int main() {
printf ("Enter the value of a");
scanf ("%d",&A);
if (a>50){
    ("A is smaller");
}
else {
    ("A is greater");
}

return 0;
}