cf/mirror

Cd and pwd commands

CF
158C1400· specialist3s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
7
pwd
cd /home/vasya
pwd
cd ..
pwd
cd vasya/../petya
pwd
Output
/
/home/vasya/
/home/
/home/petya/
Sample 2of 2
Input
4
cd /a/b
pwd
cd ../a/b
pwd
Output
/a/b/
/a/a/b/
158C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)