@ -0,0 +1,13 @@
#include <iostream>
using namespace std;
int main()
{
while(true)
cout << 'e';
cerr << 'e';
}
return 'e';