Advertisement
Guest User

Parc2

a guest
Nov 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3. using namespace std;
  4. int main()
  5. {
  6. int n,nr=0;
  7. cin>>n;
  8. nr = nr + pow(n,5);
  9. cout<<nr;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement