fix d
This commit is contained in:
parent
673d6f93a3
commit
d07e563cb4
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
g++ -std=c++17 -o binary -x c++ code.code
|
timeout -s KILL 10 g++ -std=c++17 -o binary -x c++ code.code
|
||||||
timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin
|
timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
crystal build code.code
|
timeout -s KILL 10 crystal build code.code
|
||||||
timeout -s KILL 3 xargs -a args.args -d '\n' ./code < stdin.stdin
|
timeout -s KILL 3 xargs -a args.args -d '\n' ./code < stdin.stdin
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
cp code.code code.d
|
cp code.code code.d
|
||||||
timeout -s KILL 10 dmd code.d
|
timeout -s KILL 10 dmd code.d
|
||||||
xtimeout -s KILL 3 args -a args.args -d '\n' ./code
|
timeout -s KILL 3 args -a args.args -d '\n' ./code
|
||||||
|
|
Loading…
Reference in New Issue