This commit is contained in:
Zengtudor 2024-08-17 14:28:00 +08:00
parent e7fe368872
commit 74b1065e5a
4 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
# ---> C++ # ---> C++
# Prerequisites # Prerequisites
*.d *.d
tests
# Compiled Object files # Compiled Object files
*.slo *.slo

3
day14/P4141/1.ans Normal file
View File

@ -0,0 +1,3 @@
11
11
21

2
day14/P4141/1.in Normal file
View File

@ -0,0 +1,2 @@
3 2
1 1 2

10
day14/P4141/xj.json Normal file
View File

@ -0,0 +1,10 @@
{
"files":["P4141.cpp"],
"args":["-O2"],
"tests":[
{
"in":"1.in",
"ans":"1.ans"
}
]
}