0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 19:25:26 +00:00
OI-codes/LibreOJ/115/data/config.yaml

14 lines
215 B (Stored with Git LFS)
YAML

timeLimit: 1000
memoryLimit: 256
runSamples: true
checker:
type: custom
interface: testlib
language: cpp
compileAndRunOptions:
compiler: g++
std: c++17
O: '2'
m: '64'
filename: checker.cpp