3695A
3695A is a programming contest problem that appears in the online judge repository as problem number 3695. The task is an introductory level challenge designed to test basic input/output handling and simple algorithmic thinking. Participants are required to read a set of integers from standard input and produce a corresponding output that satisfies the constraints described in the problem statement.
The input format consists of a single line containing an integer n (1 ≤ n ≤ 100) followed by n space‑separated
Because the problem is straightforward, the accepted solution can be written in almost any programming language.
In competitive programming communities, 3695A is often used as a warm‑up problem in contests or as a