eolymp
bolt
Try our new interface for solving problems
Məsələlər

Google is beautiful!

dərc olunub 11.03.24 20:04:37

include <bits/stdc++.h>

using namespace std; int main() { string a; cin>>a; cout<<a+" is beautiful!"; return 0; }