#include <stdio.h>
int main()
{
    printf("IPB University");
    printf("Bogor-Indonesia");
    return 0;
}