#include<iostream>

using namespace std;

int main()
{
int a[6] = { 7, 5, 9 , 4, 8 ,0};
int n1,n2;
n1 = n2 = a[0];