Uva Judge c++ (gcc) compiler

General topic about Valladolid Online Judge

Moderator: Board moderators

Post Reply
astamatto
New poster
Posts: 2
Joined: Mon Jan 09, 2012 7:09 pm

Uva Judge c++ (gcc) compiler

Post by astamatto »

Hi,

I could not find the version of GCC being used by Uva Judge, what is the current version being used?

I'm curious because I'm anxious to use the new c++11 features for solving the problems.

Your system/site/web-system is great, keep the good work!

Best regards,

Alex Matto.
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

Re: Uva Judge c++ (gcc) compiler

Post by brianfry713 »

http://uva.onlinejudge.org/index.php?op ... &Itemid=25
ANSI C 4.5.3 - GNU C Compiler with options: -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE
C++ 4.5.3 - GNU C++ Compiler with options: -lm -lcrypt -O2 -pipe -DONLINE_JUDGE
Check input and AC output for thousands of problems on uDebug!
Post Reply

Return to “General”