fork download
  1. #include <iostream>
  2.  
  3. int main(){
  4. int a = 10000;
  5. int b = a * 0.02;
  6. std::cout << b << std::endl;
  7. }
  8.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
200