it just keep showing expected to unsupported type and actual to unsupported type and i think i definitely got the algorithm right , i am supposed to use the make_air function with 2 long long and return that right? if somebody knows what i might be doing wrong let me know.
Hi @akshat1010, there are preliminary tests known as 'Sample Tests' or 'Example Tests'. But that's not all you need to pass the kata. There are additional fixed tests when you click ATTEMPT, along with even more random tests.
does this happen with anybody else that all my tests have passed but the screen just isnt accepting after i click my attempt button. all my results for test are greenlit but it wont let me pass. this has happened twice now and is very frustrating when i have to skip the kata even though i have completed it.
i get the concept. . number of '' in each level == (2n - 1).
so i created seperate variable for each
let space = " ";
let astrise = ""
but don't know how to build Tower.
But now you pass:-)
I am getting the same error.
whether
return std::pair<long long, long long>{0,0}
or
std::pair<long long, long long> answer(0,0);
return answer;
both method also does not work and keep giving unsupported type
I have compiled the code in an online compiler and there is no problems with my code.
UPDATE:
my bad, it turns out that an error with the code can also trigger an unsupported type response.
it just keep showing expected to unsupported type and actual to unsupported type and i think i definitely got the algorithm right , i am supposed to use the make_air function with 2 long long and return that right? if somebody knows what i might be doing wrong let me know.
i understand that but even though it doesnt show any error when i click attempt, my screen just doesnt get passed after it.
Hi @akshat1010, there are preliminary tests known as 'Sample Tests' or 'Example Tests'. But that's not all you need to pass the kata. There are additional fixed tests when you click ATTEMPT, along with even more random tests.
does this happen with anybody else that all my tests have passed but the screen just isnt accepting after i click my attempt button. all my results for test are greenlit but it wont let me pass. this has happened twice now and is very frustrating when i have to skip the kata even though i have completed it.