#include <stdio.h>

int main(int argc, char *argv[])
{
    printf("I am bar.\n");
    return 0;
}
