feat: new problem being formated.
This commit is contained in:
12
ra-preguicosa/src/checker.cpp
Normal file
12
ra-preguicosa/src/checker.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "testlib.h"
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
setName("Set the name of your checker here");
|
||||
registerTestlibCmd(argc, argv);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user