| Problem | platonic29 |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-22 09:43:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic29.cpp:2:1: error: ‘gcc’ does not name a type
2 | gcc -Wl,--no-relax your_files.c
| ^~~
platonic29.cpp:6:1: error: ‘gcc’ does not name a type
6 | gcc -Wl,--no-relax your_files.c
| ^~~
platonic29.cpp:11:1: error: ‘vector’ does not name a type
11 | vector<vector<ll>> adjlist(maxn);
| ^~~~~~
platonic29.cpp: In function ‘void dfs(ll)’:
platonic29.cpp:14:13: error: ‘adjlist’ was not declared in this scope
14 | for(auto i:adjlist[x]) {
| ^~~~~~~
platonic29.cpp:19:2: error: ‘ord’ was not declared in this scope
19 | ord.push_back(x);
| ^~~
platonic29.cpp: In function ‘int main()’:
platonic29.cpp:24:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
24 | cin >> n >> m;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from platonic29.cpp:1