Ad Code

Responsive Advertisement

1124 - Celebrity jeopardy

Author: Ismail Hosen

Daffodil International University





Problem Link

//Please follow from main function#include <iostream>



using namespace std;



int main()

{

    string temp;

    while (getline(cin, temp))

    {

        cout << temp << '\n';

    }



}




Post a Comment

0 Comments