Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I think that expected and actual lists were not matched in the test case in the c language. they might be good to swap each other.
Perhaps I thought the range of answers would be 1 to 100 inclusive. I can't exactly remember. Thanks.
doen't -> doesn't
365 % 7 = 1
This comment is hidden because it contains spoiler information about the solution
n ^ 2
This comment is hidden because it contains spoiler information about the solution
for malloc & return type of the var
Test(tests, more_fixed_tests) {
tests[5][3] -> tests[3][3];
}
Thanks your response. maybe this will be cause imo. and "for loop" i < 5 to i < 3;
The nadir (minimum value) will appear only once in the list. = False. at least two
Error math.h when submit a code
??
"The base b will be greater or equal to 1." is false statement in c.
"The base b will be greater or equal to 0." will be correct.
more_fixed_tests <<
error messaage:
Test Crashed
Caught unexpected signal: SIGFPE (8). Erroneous arithmetic operation.
new line issue
This comment is hidden because it contains spoiler information about the solution
const ull array[EIGHT] = {3481, 86, 59, 17, 1462, 5074, 59, 1003}; a < b = c < d 17 < 59 = 59 < 86
Loading more items...