Advertisement
Josif_tepe

Untitled

May 18th, 2024
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int main() {
  4.     string s;
  5.     cin >> s;
  6.  
  7.     cout << s << endl;
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement