Files
2026-05-20 14:50:19 -03:00

75 lines
1.7 KiB
JSON

{
"version": "1.0",
"problem": {
"title": "Inclusão de Subintervalos",
"event": "",
"time_limit": 1.0,
"memory_limit_mb": 256,
"input_file": "stdin",
"output_file": "stdout",
"interactive": false,
"grader": false,
"subject": {
"en_us": [
"set-cover-problem",
"greedy",
"sorting"
],
"pt_br": [
"inclusao-de-subintervalos",
"guloso",
"ordenação"
],
"es": [
""
]
}
},
"author": {
"name": "",
"affiliation": "",
"country": "",
"email": ""
},
"build": {
"run_generator": true,
"run_validator": true,
"produce_outputs": true,
"run_checker": true,
"run_all_solutions": true,
"run_specific_solution": "",
"generate_io_only": false,
"generate_pdf_only": false,
"cpu_count": 1,
"build_pdf": true,
"pdf_format": "ds",
"io_samples": 2
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [
"caio.cpp",
"saad.py"
],
"wrong-answer": [
"wa.cpp"
],
"time-limit": [
"TLE.cpp"
],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],
"memory-limit": [],
"presentation-error": [],
"runtime-error": []
},
"polygon_config": {
"id": ""
},
"boca_config": {
"time_limit": 1,
"number_of_repetitions": 1,
"maximum_memory_mb": 512,
"maximum_output_size_kb": 24096
}
}