Page 1 of 1

Uva Judge c++ (gcc) compiler

Posted: Mon Dec 17, 2012 2:36 pm
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.

Re: Uva Judge c++ (gcc) compiler

Posted: Mon Dec 17, 2012 11:52 pm
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