0_0_24892316_24238.cpp: In function 'bool wildMatch(char*, int, char*, int)':
0_0_24892316_24238.cpp:70:5: error: 'cout' was not declared in this scope
cout << l0 << l1 << endl;
^
0_0_24892316_24238.cpp:70:25: error: 'endl' was not declared in this scope
cout << l0 << l1 << endl;
^
|