Magical Girl and Colored Liquid Potions DOUBT

I have written my code in python and it runs fine on my laptop.but when i submit it it gives nzec error i dont know why.
please help

maybe u have not written return 0 at end…

The question is flawed!

They have made changes to the question. Read the announcement. My solution in Python worked.

2 Likes

check if you are using raw_input.split(" ") in your code. If it is their, then replace it with
raw_input.split().

1 Like

i didn’t get wat the hell girl want ???

Python does not require you to return anything per se.