Toph Problem Copycat Solution in C++

Problem Link
Toph Problem Copycat Solution in C++

#include<bits/stdc++.h>
using namespace std;
int main()
{
    string a;
    cin>>a;
    cout<<a<<endl;
    return 0;
}

No comments

Theme images by enjoynz. Powered by Blogger.