Those are the Windows file paths, but you're running the program in WSL. Your paths need to be relative to the /
route. Also, UNIX paths use forward slashes, not backslashes.
The correct route would be ~/lab1/obrada.txt
where the tilde is the /home/USER
directory