#include int main () { for (int i = 0; i < 3; i++) cout << "Hello world of SDA!" << endl; return 0; }