Is there a programming language for contests? -
is there programming language measures everything?
for instance, measure how memory allocated, number of operations used (in terms of cycles), , time spent on io.
such language great running programming contest.
you might consider running program compiled/interpreted existing language under tool valgrind, can report on these kinds of factors. extend valgrind further if necessary.
Comments
Post a Comment