| Problem | omnomnom |
|---|---|
| User | lexuantung71 |
| Submission Time | 2026-05-18 23:28:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
omnomnom.cpp:19:18: error: stray ‘#’ in program
19 | indeg[b]++;#include <bits/stdc++.h>
| ^
omnomnom.cpp: In function ‘int main()’:
omnomnom.cpp:19:19: error: ‘include’ was not declared in this scope
19 | indeg[b]++;#include <bits/stdc++.h>
| ^~~~~~~
omnomnom.cpp:19:28: error: ‘bits’ was not declared in this scope
19 | indeg[b]++;#include <bits/stdc++.h>
| ^~~~
omnomnom.cpp:19:33: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
19 | indeg[b]++;#include <bits/stdc++.h>
| ^~~~
| std
omnomnom.cpp:20:1: error: expected primary-expression before ‘using’
20 | using namespace std;
| ^~~~~
omnomnom.cpp:26:29: error: a function-definition is not allowed here before ‘{’ token
26 | void dfs(ll node, l