Problem | cowland |
---|---|
User | mofumofu |
Submission Time | 2023-01-09 18:22:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cowland.cpp:209:9: error: stray ‘#’ in program
209 | }else{#include <bits/stdc++.h>
| ^
cowland.cpp: In function ‘int main()’:
cowland.cpp:209:10: error: ‘include’ was not declared in this scope
209 | }else{#include <bits/stdc++.h>
| ^~~~~~~
cowland.cpp:209:19: error: ‘bits’ was not declared in this scope
209 | }else{#include <bits/stdc++.h>
| ^~~~
cowland.cpp:209:24: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
209 | }else{#include <bits/stdc++.h>
| ^~~~
| std
cowland.cpp:211:1: error: expected primary-expression before ‘using’
211 | using namespace std;
| ^~~~~
cowland.cpp:272:18: error: a function-definition is not allowed here before ‘{’ token
272 | void dfsSz(int v){
| ^
cowland.cpp:282:19: error: a function-definition i