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