#!/bin/dash export PATH=$PATH:/usr/bin:/bin exec /usr/bin/gcc -Wall -O0 -g -std=c99 -DOJ -DONLINE_JUDGE -o main "$@" -lm