#include<stdio.h>
int main() 
{
    printf("hello world.\n");
    return 0;
}

15642 warning(s),5689 error(s)