#include #include /* Zapis i odczyt pliku z nadpisywaniem */ using namespace std; int main() { int x; cin>>x; ofstream zapis("baza.txt"); zapis<