#include int main() { int tomb[] = {3, 5, 6, 7, 8, 9 }; printf("%d\n", tomb[0]); }