64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"version": "1.0",
|
|
"problem": {
|
|
"title": "Pique Pega",
|
|
"event": "",
|
|
"time_limit": 1.0,
|
|
"memory_limit_mb": 256,
|
|
"input_file": "stdin",
|
|
"output_file": "stdout",
|
|
"interactive": false,
|
|
"grader": false,
|
|
"subject": {
|
|
"en_us": [
|
|
"bfs", "dfs", "graph-diameter"
|
|
],
|
|
"pt_br": [
|
|
"busca-em-largura", "busca-em-profundidade", "diametro-de-grafo"
|
|
],
|
|
"es": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Arthur Andrade D'Olival",
|
|
"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": ["alternative-ac.py"],
|
|
"wrong-answer": [],
|
|
"time-limit": [],
|
|
"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
|
|
}
|
|
} |