Problem | countalp |
---|---|
User | 56cy |
Submission Time | 2023-02-02 20:26:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:14:15: error: ‘class std::vector<char>’ has no member named ‘find’
14 | count[chars.find([c])] += 1;
| ^~~~
countalp.cpp: In lambda function:
countalp.cpp:14:23: error: expected ‘{’ before ‘)’ token
14 | count[chars.find([c])] += 1;
| ^
countalp.cpp: In function ‘int main()’:
countalp.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
countalp.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^