feat: added new input files and altered problem description slightly

This commit is contained in:
2025-11-02 14:41:02 -03:00
parent a1b4f617c1
commit 669c13147b
8 changed files with 561 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ using namespace std;
int main(int argc, char* argv[]) {
registerValidation(argc, argv);
int t = inf.readInt(1, 100, "t");
int t = inf.readInt(1, 10, "t");
inf.readEoln();
for (int i = 0; i < t; i++) {
int n = inf.readInt(2, 100);