fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. unsigned percentToRead = 10;
  6. size_t featuresInChunk = double(percentToRead) / 100 * 1938;
  7. cout << featuresInChunk;
  8. }
Success #stdin #stdout 0s 4484KB
stdin
Standard input is empty
stdout
193