#include <stdio.h>
int main() {
    printf("hi");
    printf(\n"giri");
    printf("how are you");
    return 0;
}