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.
oh...I didn't notice that, I may write a new one later
It was said we shouldn't change them input array.
after adding typedef long long llg, it is ok.
I didn't think of this...... XD
Add a
typedef
to your code may solve this.I don't see anything wrong, maybe you could try again. Tell me if it doesn't work please.
My program has passed the example test, but this error appeared when I submit:
-isystem /runner/frameworks/cpp error: unknown type name 'llg' void testequal(llg ans, llg sol)
Is there anything wrong with the test program?
I use C++