Problem | splithunny |
---|---|
User | carson |
Submission Time | 2025-07-30 17:56:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:8:17: error: ‘p’ was not declared in this scope
8 | for(int j = 0;p j < m; j++){
| ^
splithunny.cpp:8:18: error: expected ‘;’ before ‘j’
8 | for(int j = 0;p j < m; j++){
| ^~
| ;
splithunny.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | for(int j = 0;p j < m; j++){
| ~ ^
| )
splithunny.cpp:8:26: error: ‘j’ was not declared in this scope
8 | for(int j = 0;p j < m; j++){
| ^
splithunny.cpp:12:2: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
12 | dfs(arr);
| ^~~
| ffs
splithunny.cpp: At global scope:
splithunny.cpp:14:31: error: ‘arr’ does not name a type
14 | vector<vector<int>> dfs(const arr){
|