/bin/sh: bc: command not found

Problem Description:

/bin/sh: bc: command not found This error caused the compilation to fail,

 solution:

sudo apt install bc

After installing bc, you can compile and pass.

Guess you like

Origin blog.csdn.net/Fan0920/article/details/127223841