Skip to content

Releases: luosiwei-cmd/CarYon

CarYon 3.9.0

23 May 04:16
c1a8fdc
Compare
Choose a tag to compare

Feature:

  • Now you can make a permutation in CarYon.

Bug fixed:

  • The function cyrand_word().

CarYon 3.8.0

04 Feb 02:05
Compare
Choose a tag to compare

[Feature] Graph can output now.

CarYon 3.7.0

12 Sep 04:59
Compare
Choose a tag to compare
  • New header

  • Fix the debuger

  • IOIStyle is the common

CarYon 3.6.0

24 Aug 11:02
Compare
Choose a tag to compare

修复了一些已知问题。

Fix some bugs

CarYon 3.5.0

12 Aug 01:30
Compare
Choose a tag to compare
  • Added the function of generating random number series, and you can define the sorting rules of the number series by yourself.

  • IOIStyle has been added to the program matching function, so you can check where you made a mistake.

CarYon 3.4.2

07 Aug 07:30
Compare
Choose a tag to compare
  • A new comparison called FULLtest method has been added.

  • Fixed some known issues

CarYon 3.4.1

07 Aug 02:19
Compare
Choose a tag to compare

Fix a bug.

CarYon 3.4.0

06 Aug 14:09
Compare
Choose a tag to compare
  • Update to the compare function: add a time limit, judge whether the compare program has timed out, and give the program running time.

CarYon 3.3.0

06 Aug 08:42
Compare
Choose a tag to compare
  • The function of the matching program is ushered in a major update. It supports automatic comparison of the generated matching files and gives the test results for each automatically generated test case like Online Judge.

  • Significant update of configuration file version: log format changes, new checker added, and C++ source code generated is formatted.

  • Added CarYon for C++11, you can easily use C++11 to generate more interesting data.

  • Add multiple usage examples so that you are no longer confused when using CarYon.

  • Delete some unnecessary files such as CarYon.h.gch, optimize the download package size, and reduce download time.

CarYon 3.2.0

05 Aug 06:04
Compare
Choose a tag to compare

The Configuration File Method to generate testcases support for:

for
if

in C++.

Add some examples, fix some bugs.