int func()
{
return 100;
}

int main()
{
printf("%d", func())
return 0;;
}

これがなんて表示されるかわかるだろ?