#include <stdio.h>

int main (void)
{
printf(\"hello, world!\");
return 0;
}

에러가 뜨네얌