0_0_39623529_26658.cpp:11:19: error: stray '\243' in program
11 | vector<int> mp[60]<a3><bb>
| ^~~~
0_0_39623529_26658.cpp:11:20: error: stray '\273' in program
11 | vector<int> mp[60]<a3><bb>
| ^~~~
0_0_39623529_26658.cpp:13:1: error: expected initializer before 'int'
13 | int cacl(int x) {
| ^~~
0_0_39623529_26658.cpp: In function 'void solve()':
0_0_39623529_26658.cpp:34:18: error: 'mp' was not declared in this scope
34 | auto v = mp[i];
| ^~
0_0_39623529_26658.cpp: In function 'int main()':
0_0_39623529_26658.cpp:70:9: error: 'mp' was not declared in this scope
70 | mp[cacl(i)].push_back(i);
| ^~
0_0_39623529_26658.cpp:70:12: error: 'cacl' was not declared in this scope
70 | mp[cacl(i)].push_back(i);
| ^~~~
|