#include <stdio.h>
#include<string.h>
int main() {
    char arr[6]={"kadhal"};
    for(int i=arr[6];i>0;i--){
    printf("%s",i);
    }
}