feat: new problem formatted

This commit is contained in:
2025-12-10 09:52:19 -03:00
parent a7366fd55a
commit fc3b1f9c48
224 changed files with 6880 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#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, "all answers are correct");
}