#include <iostream> int main(){int a = 10000;int b = a * 0.02; std::cout << b << std::endl;}
Standard input is empty
200
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!