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
268642 Nguyễn Thanh Hoàng Quý Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 722 2023-11-18 20:26:22

Lỗi biên dịch:

Main.cc:6:14: error: stray ‘#’ in program
  scanf("%lf",#include 
              ^
Main.cc: In function ‘int main()’:
Main.cc:6:15: error: ‘include’ was not declared in this scope
  scanf("%lf",#include 
               ^~~~~~~
Main.cc:6:24: error: ‘stdio’ was not declared in this scope
  scanf("%lf",#include 
                        ^~~~~
Main.cc:6:24: note: suggested alternative: ‘stdin’
  scanf("%lf",#include 
                        ^~~~~
                        stdin
Main.cc:8:1: error: expected primary-expression before ‘int’
 int main(){
 ^~~