int func()
{
return 100;
}

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

>>653 微妙にミスった。