| Problem | subgraphs |
|---|---|
| User | Ush |
| Submission Time | 2023-11-10 15:35:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int32_t main()’:
subgraphs.cpp:11:17: error: a function-definition is not allowed here before ‘{’ token
11 | void dfs(int x) {
| ^
subgraphs.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
subgraphs.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^