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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -