#include <iostream> using namespace std; int main(void){ int i; for (i = 1; i <= 100; i++) cerr << "Can't redirect cerr " << i << '\n'; }