alsadimaram3294 alsadimaram3294 19-12-2022 Computers and Technology contestada write a program that reads integers from stdin, and prints those which had the largest power of 2 in their integer factorization. 1 here are some sample inputs and outputs: $ echo 2 1 3 6 12 20 2 6 | ./program