Untitled
Anonymous
plain_text
04/09/2024 7:37 AM
452 B
13
Indexable
class UserSolution
{
public void init()
{
}
public void hire(int mID, int mTeam, int mScore)
{
}
public void fire(int mID)
{
}
public void updateSoldier(int mID, int mScore)
{
}
public void updateTeam(int mTeam, int mChangeScore)
{
}
public int bestSoldier(int mTeam)
{
return 0;
}
}Editor is loading...
Leave a Comment