0_0_32656455_919.cpp: In function 'int main()':
0_0_32656455_919.cpp:11:28: error: 'strstr' was not declared in this scope
if (strstr(num, "4") != NULL)
^
0_0_32656455_919.cpp:16:29: error: 'strstr' was not declared in this scope
if (strstr(num, "62") != NULL)
^
|