Problem shuttlerun
User chenweilian
Submission Time 2023-12-11 16:43:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shuttlerun.cpp: In function ‘int main()’:
shuttlerun.cpp:17:10: error: ‘all’ was not declared in this scope; did you mean ‘std::filesystem::perms::all’?
17 | sort(all(L), greater<ll>());
| ^~~
| std::filesystem::perms::all
In file included from /usr/include/c++/9/filesystem:36,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:129,
from shuttlerun.cpp:1:
/usr/include/c++/9/bits/fs_fwd.h:147:7: note: ‘std::filesystem::perms::all’ declared here
147 | all = 0777,
| ^~~