complete 1448.cpp

This commit is contained in:
2024-05-14 11:21:21 +09:00
parent 9533b4be09
commit 08e9aa7427
3 changed files with 31 additions and 1 deletions

2
run.py
View File

@@ -27,7 +27,7 @@ class ProblemRunEnum:
zeta_C: ProblemRunType = ProblemRunType(
name="zeta_C",
dir="./zeta_C",
runner="gcc -std=c11 {source} && ./a.out < {input}",
runner="gcc -std=c11 {source} && a.out",
prefix="c",
)
zeta_cpp: ProblemRunType = ProblemRunType(