Advertisement
Zuneve

qwedq77qwd4g

Oct 14th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int long long n;
  5. cin >> n;
  6. cout << n*n;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement