#include <iostream> using namespace std int main() { int Array[] = {0} for (int i = 1; i < 15; i++) { cin >> Array[i]; }; return 0; }