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