#include <stdio.h>


int main(int argc, char *argv)
{
    int a = 200;
    int b = 300;
    printf("hello world !\n");

    return 0;
}