#include <iostream> #include <stdio.h> using namespace std; int main() { int a[5]; a[0]=12; a[1]=13; a[2]=14; a[3]=15;