update
This commit is contained in:
parent
e7fe368872
commit
74b1065e5a
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,7 +2,7 @@
|
||||
# ---> C++
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
tests
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
|
3
day14/P4141/1.ans
Normal file
3
day14/P4141/1.ans
Normal file
@ -0,0 +1,3 @@
|
||||
11
|
||||
11
|
||||
21
|
2
day14/P4141/1.in
Normal file
2
day14/P4141/1.in
Normal file
@ -0,0 +1,2 @@
|
||||
3 2
|
||||
1 1 2
|
10
day14/P4141/xj.json
Normal file
10
day14/P4141/xj.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"files":["P4141.cpp"],
|
||||
"args":["-O2"],
|
||||
"tests":[
|
||||
{
|
||||
"in":"1.in",
|
||||
"ans":"1.ans"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user