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
268297 Trần Phương Thảo Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 507 2023-11-18 20:03:49

Lỗi biên dịch:

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