0_0_39873885_17016.cpp: In function 'void delet()':
0_0_39873885_17016.cpp:31:17: error: 's' was not declared in this scope; did you mean 'ls'?
31 | int ls= s.size(),root=0,k=src(s);
| ^
| ls
0_0_39873885_17016.cpp:34:26: error: 'root' was not declared in this scope
34 | sum[trie[root][id]]-=k;
| ^~~~
0_0_39873885_17016.cpp:34:38: error: 'k' was not declared in this scope
34 | sum[trie[root][id]]-=k;
| ^
0_0_39873885_17016.cpp: In function 'int main()':
0_0_39873885_17016.cpp:50:30: error: too many arguments to function 'void delet()'
50 | delet(y);
| ~~~~~^~~
0_0_39873885_17016.cpp:30:6: note: declared here
30 | void delet(){
| ^~~~~
|