mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 12:18:48 +00:00
14 lines
215 B (Stored with Git LFS)
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
|