Вот ошибка:
Код: Выделить всё
Starting build...
/usr/bin/gcc -fdiagnostics-color=always -g /home/anthony/CPP/ArrayPractice.cpp -o /home/anthony/CPP/ArrayPractice
/usr/bin/ld: /tmp/cc2tzCtE.o: warning: relocation against `_ZSt4cout' in read-only section `.text'
/usr/bin/ld: /tmp/cc2tzCtE.o: in function `main':
/home/anthony/CPP/ArrayPractice.cpp:11: undefined reference to `std::cout'
/usr/bin/ld: /home/anthony/CPP/ArrayPractice.cpp:11: undefined reference to `std::ostream::operator
Подробнее здесь: [url]https://stackoverflow.com/questions/78526164/how-to-solve-build-finished-with-errors[/url]