Problem | duckhunt5 |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2024-12-21 09:33:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:23:16: error: missing template arguments before ‘.’ token
23 | auto i = set.find(element);
| ^
duckhunt5.cpp:23:22: error: ‘element’ was not declared in this scope
23 | auto i = set.find(element);
| ^~~~~~~