• Custom User Avatar

    Stunning..!

  • Custom User Avatar

    I mean even when I write one line of code in the function such as, return true or return false, without anything alse, it still returns number 1(in the case of true) or 0(in the case) not boolen value true or false. when I directly return true or false from code, the actual result is 1 or 0. I could solve this problem but becuase of this, I can not complete this kata.

  • Custom User Avatar

    I am using c++ version 14. the function always return 0 or 1. I driectly returned other values such as boolen(true or false), string, and int. it still show actual result 0 or 1. Any information?