#include #include #include using namespace std; /* Konwersja string na float */ string x="111"; float y; int main() { y = atof(x.c_str()); cout<