#include int main() { int i = 0; int n[10] = {13, 13, 13, 13, 13, 13, 13, 13, 13, 13}; while (i < 10) printf("%d\n", i++); return 0; }