Mã chấm: 268557


Main.cc: In function ‘int main()’:
Main.cc:7:13: error: expected initializer before ‘<=’ token
     double c<=5000;
             ^~
Main.cc:8:17: error: ‘c’ was not declared in this scope
   scanf("%lf", &c);
                 ^