Main.cc: In function ‘int main()’:
Main.cc:10:2: error: ‘clrscr’ was not declared in this scope
clrscr();
^~~~~~
Main.cc:10:2: note: suggested alternative: ‘clock’
clrscr();
^~~~~~
clock
Main.cc:12:20: warning: unknown conversion type character ‘.’ in format [-Wformat=]
scanf("%.5f", &eps);
^
Main.cc:12:20: warning: too many arguments for format [-Wformat-extra-args]
Main.cc:12:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%.5f", &eps);
~~~~~^~~~~~~~~~~~~~