emacs.cpp:4:1: error: 'll' does not name a type
ll n, k;
^~
emacs.cpp:6:10: error: variable or field 'dfs' declared void
void dfs(ll x, ll y){
^~
emacs.cpp:6:10: error: 'll' was not declared in this scope
emacs.cpp:6:16: error: 'll' was not declared in this scope
void dfs(ll x, ll y){
^~
emacs.cpp: In function 'int main()':
emacs.cpp:17:10: error: 'n' was not declared in this scope
cin>>n>>k;
^
emacs.cpp:17:10: note: suggested alternative: 'yn'
cin>>n>>k;
^
yn
emacs.cpp:17:13: error: 'k' was not declared in this scope
cin>>n>>k;
^
emacs.cpp:23:5: error: 'll' was not declared in this scope
ll answer=0;
^~
emacs.cpp:27:19: error: 'answer' was not declared in this scope
++answer;dfs(i, j);
^~~~~~
emacs.cpp:27:19: note: suggested alternative: 'assert'
++answer;dfs(i, j);
^~~~~~
assert
emacs.cpp:27:26: error: 'dfs' was not declared in this scope
++answer;dfs(i, j);
^~~
emacs.cpp:27:26: note: suggested alternative: 'ffs'
++answer;dfs(i, j);
^~~
ffs
emacs.cpp:31:11: error: 'answer' was not declared in this scope
cout<<answer<<'\n';
^~~~~~
emacs.cpp:31:11: note: suggested alternative: 'assert'
cout<<answer<<'\n';
^~~~~~
assert