fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. fstream file("Telegram", ios::in | ios::out);
  7. ifstream i_file("Telegram", ios::in | ios::out);
  8. ofstream o_file("Telegram", ios::in | ios::out);
  9. }
Success #stdin #stdout 0s 4524KB
stdin
Standard input is empty
stdout
Standard output is empty