#include using namespace std; int main() { int ages[5]; for (int i = 0; i < 5; i++) { cin >> ages[i]; } int ek = ages[0]; for (int