CarYon Versions Save

🔖一款基于C++的OI/ACM比赛出题解题辅助工具⭐

v3.9.0

2 years ago

Feature:

  • Now you can make a permutation in CarYon.

Bug fixed:

  • The function cyrand_word().

v3.8.0

3 years ago

[Feature] Graph can output now.

v3.7.0

3 years ago
  • New header

  • Fix the debuger

  • IOIStyle is the common

v3.6.0

3 years ago

修复了一些已知问题。

Fix some bugs

v3.5.0

3 years ago
  • 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.

v3.4.2

3 years ago
  • A new comparison called FULLtest method has been added.

  • Fixed some known issues

v3.4.1

3 years ago

Fix a bug.

v3.4.0

3 years ago
  • Update to the compare function: add a time limit, judge whether the compare program has timed out, and give the program running time.

v3.3.0

3 years ago
  • 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.

v3.2.0

3 years ago

The Configuration File Method to generate testcases support for:

for
if

in C++.

Add some examples, fix some bugs.