Mã chấm: 268642


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(){
 ^~~