0_0_39424755_8729.cpp: In function 'int main()':
0_0_39424755_8729.cpp:15:19: error: 'strcmp' was not declared in this scope
15 | if(n==0&&!strcmp(s,"END"))
| ^~~~~~
0_0_39424755_8729.cpp:3:1: note: 'strcmp' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include<iostream>
+++ |+#include <cstring>
3 | #include<string>
|