feat: new problem being formated.

This commit is contained in:
2026-04-28 23:01:57 -03:00
parent 9c0eca4a3f
commit 1045a54db2
15 changed files with 6473 additions and 0 deletions

View 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;
}