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