Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 953 Bytes

README.md

File metadata and controls

54 lines (43 loc) · 953 Bytes

CodeCompare

A simple tool used to compare OI codes.

Usage

Unfortunately, you have to install JRE8.

Download the jar in the release page.
Before running it, your should sort your files like this:

mention: cjj, ice, yzh, yoto are name of OIers.

root
|   source
|   |   cjj
|   |   |   boy.cpp
|   |   |   next.cpp
|   |   |   door.py
|   |
|   |   ice
|   |   |   boy.java
|   |   |   next.java
|   |   |   door.java
|   |
|   |   yzh
|   |   |   boy.cpp
|   |   |   next.cpp
|   |   |   door.py
|   |
|   |   yoto
|   |   |   boy.java
|   |   |   next.cpp
|
|   Compare.jar

These languages are supported:

  • Python(.py)
  • Java(.java)
  • Pascal(.pas)
  • C/C++(.c/.cpp)

Then double click to execute it. Or run it in console(you will see the command line debug output):

$ java -jar Compare.jar

And then you get the output.