>>868 宿題丸投げは禁止だが、特別に作ってやる。
#include <stdlib.h>
int main(int argc, char **argv)
{
execlp("bc", "bc", 0);
perror("bc");
return 1;
}