Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:63:7: warning: the address of 'bool judge()' will always evaluate as 'true' [-Waddress]
if(!judge)
^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:63:7: warning: the address of 'bool judge()' will always evaluate as 'true' [-Waddress]
if(!judge)
^~~~~