Problem littlejohnny2
User chickengoat
Submission Time 2025-12-15 09:10:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny2.cpp:4:26: error: expected initializer before ‘words’
4 | unordered_map(string,ll) words;
| ^~~~~
littlejohnny2.cpp: In function ‘int main()’:
littlejohnny2.cpp:12:6: error: ‘words’ was not declared in this scope
12 | if(words[s]<=1) {
| ^~~~~