#include #include int main() { puts(getcwd(NULL, 0)); return 0; }