such mistakes causes compilation error not run time error.
my solution to kamil --> id = 3136829 in C gives runtime error (NZEC) due to absence of return statement
id = 3136831 in C is AC after including return statement
but my solution to dosdate --> id = 3368957 in C is AC even without a return statement