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