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
268730 Triệu Thị Mai Chi Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 222 2023-11-18 20:32:02

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:9:8: error: invalid operands of types ‘’ and ‘int’ to binary ‘operator>>’
     sin>>a>>b>>x>>y;
     ~~~^~~
Main.cc:10:9: error: invalid operands of types ‘long double(long double) throw ()’ and ‘int’ to binary ‘operator<<’
     cosl<<(a*x)+(b*y);
     ~~~~^~~~~~~~~~~~~
Main.cc:10:16: warning: suggest parentheses around ‘+’ inside ‘<<’ [-Wparentheses]
     cosl<<(a*x)+(b*y);
           ~~~~~^~~~~~