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