Problem guanine
User PlayVoltz
Submission Time 2023-05-05 14:36:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:21:10: error: ‘slicing’ was not declared in this scope
21 | str = slicing(str, str.begin(), str.begin() + num + 1)
| ^~~~~~~
guanine.cpp:29:11: error: ‘slicing’ was not declared in this scope
29 | str = slicing(str, str.begin()+num+1, str.end())
| ^~~~~~~