RedPanda-CPP/RedPandaIDE/problems/problemcasevalidator.h

14 lines
239 B
C
Raw Normal View History

2021-11-01 22:33:16 +08:00
#ifndef PROBLEMCASEVALIDATOR_H
#define PROBLEMCASEVALIDATOR_H
#include "ojproblemset.h"
class ProblemCaseValidator
{
public:
ProblemCaseValidator();
bool validate(POJProblemCase problemCase);
};
#endif // PROBLEMCASEVALIDATOR_H