79122554

Date: 2024-10-24 15:06:49
Score: 0.5
Natty:
Report link

Is it possible to calculate the gift amount in O(1) ?

for(int j=0; j<6; ++j) is already O(1). There's no input value that increases the running time of this loop.

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • High reputation (-2):
Posted by: Caleth