fork download
  1. #include <iostream>
  2. int main() {
  3. // int width {4.5};
  4. int height (4.5);
  5. int breadth = 4.5;
  6. return 0;
  7. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty