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.
C:
'…'
) whose encoding is not specified. It should be mentioned that the expected encoding is UTF-8;300
, as reported thereboth fixed here
there is still an issue here. because the lyrics include this single non-ASCII character, the initial code in C should specify that the expected output encoding is UTF-8. i did it in this fork, pending approval.
I did, but it was resulting in a wide string... or so I thought. It turned out to be an L in front of a string being interpreted as a wide string marker.
Can't you copy/paste it from the description?
How do I put in the special ... character in C?
The compiler keeps trying to make the string literal an int array, but that doesn't match the function return type and then the zero high bytes in the wide string get interpreted as '\0's.
This comment is hidden because it contains spoiler information about the solution
A solution that needs space proportional to the input numbers' values won't be able to handle the random tests.
fixed
Rejected.
Too easily cheatable, and use of
Random
instead ofQuickCheck
.Cheatable with
I don't know exactly how you'd prevent that; that's your job.
Use spoiler flag next time please. Your post was visible in the homepage.
This comment is hidden because it contains spoiler information about the solution
New to Haskell, how does this work?
according to
evcxr
, which is a rust REPLWhat happens here if total is 0?
Loading more items...