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
268405 Trần Hoàng Gia Bảo Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 200 2023-11-18 20:10:58

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:9:13: error: ‘cin’ is not a member of ‘std’
        std::cin >> a >> b >> x >> y;
             ^~~
Main.cc:9:13: note: suggested alternative: ‘sin’
        std::cin >> a >> b >> x >> y;
             ^~~
             sin
Main.cc:10:13: error: ‘cout’ is not a member of ‘std’
        std::cout << a*x+b*y;
             ^~~~
Main.cc:10:13: note: suggested alternative: ‘cbrt’
        std::cout << a*x+b*y;
             ^~~~
             cbrt