#include<stdio.h> int main() { int i,arr[10]; for(i=0;i<=12;i++) { printf("hehe\n"); arr[i]=0; } return 0; }