fork download
  1. #include <iostream>
  2.  
  3. int main() {
  4. float Gsum=190;
  5. float pecent = Gsum/100.0;
  6. std::cout << pecent << std::endl;
  7. return 0;
  8. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
1.9