79455266

Date: 2025-02-20 17:01:48
Score: 1.5
Natty:
Report link

I usually set two different variables for the minutes and seconds and then subtract one from the minutes once the seconds reach zero and then reset the seconds , like so:

if(secs==0){
  mins--
  secs=60;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Zachary