Square Root
CodeChefOpen on judge ↗
A square root of a number Y is a number X such that X^2= Y. You had given a number and your job is to find its square root. Input Input will begin with an integer T, the number of test cases. Then there are T lines, each containing exactly one number Y. 1Output For every number Y, output a single line containing the X as given in problem. Example Input: 3 4 1059242116 100000000000000000000000
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start