online-judge-supporter
Version:
A tool to support competitve programmer
21 lines (20 loc) • 532 B
JavaScript
class Verdict {
static
static
static
static
static
static
static
static get MLE() { return this.
static get TLE() { return this.
static get RE() { return this.
static get WA() { return this.
static get CE() { return this.
static get UNKNOWN() { return this.
static get AC() { return this.
}
export { Verdict };
export default {
Verdict
};