Untitled

 avatar
unknown
plain_text
3 years ago
185 B
2
Indexable
#include <iostream>
#include <string>
using namespace std;
int main() {
    string aboo;
    cin >> aboo;
    if (aboo.length() % 2 == 0) {
        cout << aboo << aboo;
    }
Editor is loading...