#include #include #include #include using namespace std; int main() { fstream plik; plik.open("liczby.txt"); string str; int najwieksza=0; while(true) { plik >> str; int x = atoi(str.c_str()); if(najwieksza