Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- #################################################
- # Bismillahir_Rahmanir_Rahim #
- # [--My Success Is Only By Allah--] #
- # Author: Md. Sahadat Husain #
- # Studying B.Sc in CSE at Leading University. #
- # #
- # ╔═══╗▒▒▒▒▒▒▒▒▒▒▒▒▒▒╔═══╗╔╗▒▒▒▒▒▒ #
- # ║╔══╝▒▒▒▒▒▒▒▒▒▒▒▒▒▒║╔═╗╠╝╚╗▒▒▒▒▒ #
- # ║╚══╦═╦══╦═══╦══╦═╗║╚══╬╗╔╬══╦═╗ #
- # ║╔══╣╔╣╔╗╠══║║║═╣╔╗╬══╗║║║║╔╗║╔╝ #
- # ║║▒▒║║║╚╝║║══╣║═╣║║║╚═╝║║╚╣╔╗║║▒ #
- # ╚╝▒▒╚╝╚══╩═══╩══╩╝╚╩═══╝╚═╩╝╚╩╝▒ #
- #################################################
- */
- #include<bits/stdc++.h>
- using namespace std;
- int main()
- {
- ios_base::sync_with_stdio(false);
- cin.tie(NULL);
- freopen("input.txt", "r", stdin);
- freopen("output.txt", "w", stdout);
- long long int t,n;
- cin>>t;
- while(t--)
- {
- cin>>n;
- cout<<n<<"\n";
- }
- return 0;
- }
- /*
- ####################################################
- # It wasn't your talent, it was Allah's mercy. #
- # It wasn't your hard work, it was Allah's grace. #
- # It wasn't your knowledge, it was Allah's wisdom. #
- ####################################################
- */
Add Comment
Please, Sign In to add comment