i need to check if a number is a perfect square or not.its a big number
so i take that number in long long or double but unfortunately both methods giving wrong answer.
because sqrt function takes only double as input;
while '%' can't operate on double operand
please help;