competition

loading
details
attribute current value
name competition
description no description
owning solver irankfinder v1.3.2
contents
#!/bin/bash

timeout 299s ./calls.sh $1
ex=$?

if [[ "$ex" == "124" ]]; then
	echo "MAYBE"
	echo ""
	echo "by tout"
fi

back to irankfinder v1.3.2