0_0_39087193_27254.cpp: In function 'int main()':
0_0_39087193_27254.cpp:46:9: error: 'strcpy' was not declared in this scope
46 | strcpy(szStr, strLine.c_str());
| ^~~~~~
0_0_39087193_27254.cpp:7:1: note: 'strcpy' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
6 | #include <sstream>
+++ |+#include <cstring>
7 | using namespace std;
|