/in/foo.cc: In function 'int main()':
/in/foo.cc:2:5: error: 'string' was not declared in this scope
string abs_address = "/";
^~~~~~
/in/foo.cc:3:9: error: expected ';' before 'command'
string command, address;
^~~~~~~
/in/foo.cc:5:2: error: 'cin' was not declared in this scope
cin >> n;
^~~
/in/foo.cc:7:10: error: 'command' was not declared in this scope
cin >> command;
^~~~~~~
/in/foo.cc:9:4: error: 'cout' was not declared in this scope
cout << abs_address << endl;
^~~~
/in/foo.cc:9:12: error: 'abs_address' was not declared in this scope
cout << abs_address << endl;
^~~~~~~~~~~
/in/foo.cc:9:27: error: 'endl' was not declared in this scope
cout << abs_address << endl;
^~~~
/in/foo.cc:12:11: error: 'address' was not declared in this scope
cin >> address;
^~~~~~~
/in/foo.cc:13:16: error: 'abs_address' was not declared in this scope
adress_deal(abs_address, address);
^~~~~~~~~~~
/in/foo.cc:13:36: error: 'adress_deal' was not declared in this scope
adress_deal(abs_address, address);
^