Problem platonic29
User chickengoat
Submission Time 2025-12-22 09:42:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic29.cpp:5:1: error: ‘gcc’ does not name a type
5 | gcc -Wl,--no-relax your_files.c
| ^~~
platonic29.cpp: In function ‘void dfs(ll)’:
platonic29.cpp:18:2: error: ‘ord’ was not declared in this scope
18 | ord.push_back(x);
| ^~~
platonic29.cpp: In function ‘int main()’:
platonic29.cpp:34:10: error: ‘ord’ was not declared in this scope
34 | reverse(ord.begin(),ord.end());
| ^~~