Is there a programming language for contests?

2011-01-26T09:30:51

Is there a programming language that measures everything?

For instance, I would like to measure how much memory was allocated, the number of operations used (in terms of cycles), and time spent on IO.

Such a language would be great for running a programming contest.

Copyright License:
Author:「MathGladiator」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/4800652/is-there-a-programming-language-for-contests

About “Is there a programming language for contests?” questions

Is there a programming language that measures everything? For instance, I would like to measure how much memory was allocated, the number of operations used (in terms of cycles), and time spent on...
What is the best algorithm to solve point in polygon in programming contests?
My question has been partially answered, so I've revised it in response to things I've learned from comments and additional experiments. In summary, I want a fast I/O routine for programming conte...
Is AutoIt a programming language? What's the difference between a programming language and a scripting language. AutoIt seems quite complex. There are a lot of things you can do in it. The code ca...
Wikipedia says: A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languag...
TL;DR; What are shell scripts? Is it a programming language / is there a programming language we use in shell scripts? disclaimer: a bit offtopic So bash stands for Bourne-again shell. A (Unix) S...
Recently I've starting a project I'm calling 'JIL' or JIL Interfacing Language, and it's to be a programming language of sorts. Now, I doubt it will ever be super-useful or versatile, but the aim o...
I created a programming language and wrote it in my computer. It is an experimental non-professional programming language that I created for fun. A language needs the most important thing, a compi...
I was just wondering which will the best BigInteger class in C++ for programming contests which do not allow external libraries? Mainly I was looking for a class which could be used in my code( I ...
What does it mean that a programming language is a formal programming language? And which languages are formal programming languages? And which are informal programming languages? I haven't found ...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.