Problem 1052. Elapsed time is -0.005204 seconds.

Created by Paul Peeling

Write a function that takes less than zero seconds to execute, as measured using tic and toc. For repeatability, the test case pauses for one second. Overall time elapsed for the test case should therefore be less than one second.

tic
pause(1)
superfast()
toc
Elapsed time is 0.9876 seconds.

Tags

Problem Group

26 solvers submitted 107 solutions (4.12 solutions/solver).

Problem Comments