I now return 0, return 1 and return any other value.
but what does a return without any value do? I sew it several times, but still don't know what it is. and how to use it.
@Zhuge
In a int function return 0 will exit the program, and other kind of function return a value, then the function get the value. What will happen when a void function return. same the the int function of return 0? and kill the program?