fork download
  1. #include <iostream>
  2. #include <fstream>
  3. using namespace std;
  4.  
  5. fstream datafile("inventory.txt", ios::in | ios::out);
  6.  
  7. int main() {
  8. // your code goes here
  9. return 0;
  10. }
Success #stdin #stdout 0s 3424KB
stdin
Standard input is empty
stdout
Standard output is empty