ACM timus now supports new compilers!

Suggestions / Chats / News
Tools/Utilities Share
Web Development
Job Opportunties
Basically Everything Else.
Post Reply
doctorlai
Site Admin
Posts:44
Joined:Tue Jan 15, 2013 3:16 pm
ACM timus now supports new compilers!

Post by doctorlai » Mon Feb 25, 2013 5:03 pm

18.02.2013. New compilers added
New compilers added:
Go 1.0.3
VB.NET 2010
Python 2.7
Python 3.3
Ruby 1.9.3
Haskell 7.6.1
MinGW gcc 4.7.2
MinGW g++ 4.7.2

This is great!

doctorlai
Site Admin
Posts:44
Joined:Tue Jan 15, 2013 3:16 pm

Re: ACM timus now supports new compilers!

Post by doctorlai » Fri Jun 26, 2015 4:19 pm

Site news

3.10.2014. Compilers update
The following compilers were updated:
MinGW GCC 4.9.1. Like before it’s available in four configurations. New: the programs are linked against libmsvcr110 instead of libmsvcrt. That allows you to use for example the specifier %lld rather than %I64d.
Clang 3.5 (new). Available only in the C++14 mode. More about MinGW GCC and Clang
FreePascal 2.6.4. More about FreePascal
JDK 8.0. More about Java
Scala 2.11.2. Works on top of the JDK 8.0. More about Scala
Python 2.7.8 and Python 3.4.1. New: exit function call doesn’t result in Runtime error. More about Python
For all of these compilers the exit code of the program is now checked. A non-zero exit code will result in the judging result Runtime error (non-zero exit code).

Post Reply