surajumang08

GGSQR

Jan 24th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.   long long t,n;
  7.   cin>>t;
  8.   while(t--)
  9.   {
  10.     cin>>n;
  11.     cout<<n*n<<endl;
  12.   }
  13.   return 0;
  14. }
Add Comment
Please, Sign In to add comment