#include int func(); int main() { printf("%d\n",func()); }