sahadat49

CFA 12

Apr 12th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. /*
  2. #################################################
  3. # Bismillahir_Rahmanir_Rahim #
  4. # [--My Success Is Only By Allah--] #
  5. # Author: Md. Sahadat Husain #
  6. # Studying B.Sc in CSE at Leading University. #
  7. # #
  8. # ╔═══╗▒▒▒▒▒▒▒▒▒▒▒▒▒▒╔═══╗╔╗▒▒▒▒▒▒ #
  9. # ║╔══╝▒▒▒▒▒▒▒▒▒▒▒▒▒▒║╔═╗╠╝╚╗▒▒▒▒▒ #
  10. # ║╚══╦═╦══╦═══╦══╦═╗║╚══╬╗╔╬══╦═╗ #
  11. # ║╔══╣╔╣╔╗╠══║║║═╣╔╗╬══╗║║║║╔╗║╔╝ #
  12. # ║║▒▒║║║╚╝║║══╣║═╣║║║╚═╝║║╚╣╔╗║║▒ #
  13. # ╚╝▒▒╚╝╚══╩═══╩══╩╝╚╩═══╝╚═╩╝╚╩╝▒ #
  14. #################################################
  15. */
  16.  
  17. #include<bits/stdc++.h>
  18. using namespace std;
  19. int main()
  20. {
  21. ios_base::sync_with_stdio(false);
  22. cin.tie(NULL);
  23. freopen("input.txt", "r", stdin);
  24. freopen("output.txt", "w", stdout);
  25. long long int t,n;
  26. cin>>t;
  27. while(t--)
  28. {
  29. cin>>n;
  30. cout<<n<<"\n";
  31. }
  32. return 0;
  33. }
  34.  
  35.  
  36. /*
  37. ####################################################
  38. # It wasn't your talent, it was Allah's mercy. #
  39. # It wasn't your hard work, it was Allah's grace. #
  40. # It wasn't your knowledge, it was Allah's wisdom. #
  41. ####################################################
  42. */
Add Comment
Please, Sign In to add comment