Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Karen has always been fascinated by perfect squares. They have so many interesting characteristics. She realized that since perfect squares altemate between even and odd

image text in transcribed
Karen has always been fascinated by perfect squares. They have so many interesting characteristics. She realized that since perfect squares altemate between even and odd numbers, any integer will have exactly one integer perfect square that is closest to it. That is, an integer is never halfway between two integer perfect squares. Your job is to take any integer in the range [1,1000000] and determine the closest integer perfect square to that number. Input: Input will consist of an integer N, the number of test cases. The number of test cases will be in range [1,20]. Each subsequent line will contain one integer in the range [1,1000000] Output: Each line of output will consist one number representing the closest integer perfect square to the input. Sample input: 5 90 91 144 500000 1111 Sample output: 81 100 144 499849 1089

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions