fork(23) download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.  
  8. cout << 100000 << endl;
  9. for(int i=1;i<99999;i++)
  10. cout << i << " ";
  11. cout << 100000 << " " << 99999;
  12. }
  13.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty