Mã chấm Tài khoản Bài tập Ngôn ngữ lập trình Trạng thái Thời gian Bộ nhớ Kích thước Thời gian nộp
268495 Trần Phương Thảo Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 528 2023-11-18 20:17:06

Lỗi biên dịch:

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);
  ~~~~~^~~~~~~~~~~~~~