#include void main() { int N = 100; for(int i=0; i < N; i++) for(int j=0; j < N; j++) cout << "Wow! "; }