Accepted solution for UVa Online Judge

hsnuswem (hsnuswem) statistics

Compilation

  • ANSI C 4.5.3 - GNU C Compiler with options: -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE
$ gcc 568.c -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE
  • C++ 4.5.3 - GNU C++ Compiler with options: -lm -lcrypt -O2 -pipe -DONLINE_JUDGE
$ g++ 530.cpp -lm -lcrypt -O2 -pipe -DONLINE_JUDGE

Unit test with Boost Unit Test Framework

Some of the codes may be able to perform unit test. Ex: 530.cpp

$ g++ 530.cpp -lm -lcrypt -O2 -pipe -lboost_unit_test_framework