feat: new dp problem formated

This commit is contained in:
2025-11-20 22:51:48 -03:00
parent e8f7b22267
commit 9b0bedb5ad
182 changed files with 6831 additions and 0 deletions

19
vacations/src/checker.cpp Normal file
View File

@@ -0,0 +1,19 @@
#include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
int main(int argc, char* argv[]) {
setName("compare two signed int%d's", 8 * int(sizeof(int)));
registerTestlibCmd(argc, argv);
int ja = ans.readInt();
int pa = ouf.readInt();
if (ja != pa)
quitf(_wa, "expected %d, found %d", ja, pa);
quitf(_ok, "answer is %d", ja);
}