From 0d3517fe56eb42140ed86c534dd1b4542b6cd96a Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Thu, 25 Feb 2021 18:28:35 -0600 Subject: [PATCH] link math --- lxc/executors/c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/executors/c b/lxc/executors/c index e0806f3..e849a08 100755 --- a/lxc/executors/c +++ b/lxc/executors/c @@ -1,5 +1,5 @@ #!/usr/bin/bash cd /tmp/$1 -timeout -s KILL 10 gcc -std=c11 -o binary -x c code.code +timeout -s KILL 10 gcc -std=c11 -o binary -x c code.code -lm timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin