Problem lightningrod
User trashcan08
Submission Time 2024-12-16 16:37:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:28:7: error: ‘s’ was not declared in this scope
28 | if (s.empty()){
| ^
lightningrod.cpp:39:10: error: ‘s’ was not declared in this scope
39 | while (!s.empty()) {
| ^