hsnuswem (hsnuswem) statistics
- 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
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