#include int main() { int tomb[] = {3, 8, 5, 6, 2, 9 }; int n = sizeof tomb / sizeof *tomb; int i; for(i=0; i