| Problem | diamond | 
|---|---|
| User | donkeykong | 
| Submission Time | 2023-05-11 14:41:10 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 diamond.cpp: In function ‘int main()’:
diamond.cpp:9:9: error: ‘space’ was not declared in this scope; did you mean ‘std::filesystem::space’?
    9 |     for(space)
      |         ^~~~~
      |         std::filesystem::space
In file included from /usr/include/c++/9/filesystem:39,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:129,
                 from diamond.cpp:1:
/usr/include/c++/9/bits/fs_ops.h:289:14: note: ‘std::filesystem::space’ declared here
  289 |   space_info space(const path& __p, error_code& __ec) noexcept;
      |              ^~~~~
diamond.cpp:11:3: error: expected primary-expression before ‘}’ token
   11 |   }
      |   ^
diamond.cpp:10:16: error: expected ‘;’ before ‘}’ token
   10 |      cout<<" ";
      |                ^
      |                ;
   11 |   }
      |   ~             
diamond.cpp:11:3: error: expected primary-expression before ‘}’ token
   11 |   }