Mã chấm: 268297


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