79441062

Date: 2025-02-15 06:32:12
Score: 0.5
Natty:
Report link

Remove the template.

//template <class keyType, class valueType>
using keyType = int;
using valueType = int;
void Map<keyType, valueType>::remove (keyType key)
{
cout<<"hello" // E0065
}

Then add the template back just before you start using it.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 許恩嘉