0_0_39153253_14634.cpp: In function 'int main()':
0_0_39153253_14634.cpp:13:26: error: template argument 2 is invalid
13 | map<char,int)x;
| ^~~
0_0_39153253_14634.cpp:13:26: error: template argument 4 is invalid
0_0_39153253_14634.cpp:13:29: error: expected unqualified-id before ')' token
13 | map<char,int)x;
| ^
0_0_39153253_14634.cpp:17:51: error: 'x' was not declared in this scope
17 | while(l<=r&&r<s.length()&&x[s[r]]<k)
| ^
0_0_39153253_14634.cpp:23:26: error: 'x' was not declared in this scope
23 | x[s[l]]--;
| ^
|