============================================================================================================================ ========================================================================================================================================================== #include #include using namespace std; int main () { ifstream test; string s; test.open("ulaz.txt"); getline(test,s); test>>s; cout< #include #include #include using namespace std; int main() { fstream ulaz, izlaz; ulaz.open("ulaz1.txt"); izlaz.open("izlaz1.txt"); int i=0, a; while (ulaz.good()) { ulaz>>a; izlaz<