#include <stdio.h>

int main() {
// printf("Hello, World!");
char name[5]="akshuu";
printf(name);
return 0;
}