code_contests icon indicating copy to clipboard operation
code_contests copied to clipboard

Results 21 code_contests issues
Sort by recently updated
recently updated
newest added

Default python: ``` (base) root@os-nvme-o49i23bw-cpu-4v-fin1:~/workspace/code_contests# which python /root/anaconda3/bin/python (base) root@os-nvme-o49i23bw-cpu-4v-fin1:~/workspace/code_contests# bazel run -c opt execution:solve_example -- --valid_path=/tmp/dm-code_contests/code_contests_valid.riegeli INFO: Analyzed target //execution:solve_example (0 packages loaded, 0 targets configured). INFO: Found 1...

Hello, thank you for open-sourcing this dataset. I see that you don't plan to release the C++ sandbox. https://github.com/deepmind/code_contests/issues/16 Can you share the options used to compile and execute the...

3.2.1. of the [arxiv version of the paper](https://arxiv.org/pdf/2203.07814.pdf), page 8 mentions that the Codeforces generated tests are produced through a complex procedure based on mutating inputs and verifying agreement of...

On Ubuntu 20.04.5 LTS. clang and gcc versions: ``` (base) root@os-nvme-o49i23bw-cpu-4v-fin1:~/workspace/code_contests# clang --version Ubuntu clang version 14.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin (base) root@os-nvme-o49i23bw-cpu-4v-fin1:~/workspace/code_contests# gcc --version gcc (GCC)...

@davidhchoi - I saw you mentioned in this closed [issue](https://github.com/deepmind/code_contests/issues/13) you would be able to answer questions regarding implementation details of AlphaCode. I am in the process of creating a...

Python: 3.6.15 Bazel 5.0.0 I followed the readme (bazel run -c opt :print_names_and_sources C:\tmp\dm-code_contests\dm-code_contests/code_contests_valid.riegeli), but met following errors. Both gcc-7/gcc-9 does not work. ` ERROR: /root/.cache/bazel/_bazel_root/4c0c9775f3bba9ff6053ea6ee19afc7d/external/com_google_riegeli/riegeli/base/BUILD:85:11: Compiling riegeli/base/buffer.cc failed: (Exit...

When I was trying to run the given command: `bazel run -c opt :print_names_and_sources /tmp/dm-code_contests/code_contests_valid.riegeli`, I got this compilation error. ![image](https://user-images.githubusercontent.com/61022133/201217555-a5aaa1ff-a7bf-4a26-a5f7-364fbcf0f4cf.png) **error: cannot cast private base class 'std::__detail::__variant::_Variant_storage' to 'std::variant'**...

Scan for vulnerabilities

After reading the paper one thing remains unclear to me. For some problems in the dataset there are only few private tests. Overall, which solutions do you consider correct --...

hello, while buiding using bezel, there seems to be a checksum error for zlib-1.2.11.tar.gz, I request you to please use a different mirror (I used "https://ftp.osuosl.org/pub/libpng/src/zlib/zlib-1.2.11.tar.gz" which seems to be...