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