#include<stdio.h> int main(){ int arr[5]; int i=0; for (i;i<=5;i++){ scanf("%d",&arr[i]); } printf("ok\n"); }