- #include "testlib.h"
- #include<bits/stdc++.h>
- using namespace std;
- const int MAXN = 1005 + 10;
- void YES() {
- quitf(_ok, "The ans is correct.");
- }
- void NO() {
- quitf(_wa, "The ans is not correct.");
- exit(0);
- }
- void readInf() {
- }
- void readOuf() {
- }
- void readAns() {
- }
- int main(int argc, char *argv[]) {
- registerTestlibCmd(argc, argv);
-
- readInf();
- readOuf();
- readAns();
-
- return 0;
- }