Advertisement
alex326

Untitled

Jan 21st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. problema 182
  2.  
  3. #include <iostream>
  4. using namespace std;
  5. int main()
  6. {
  7. int L,S,V;
  8. cin>>L;
  9. S=6*L*L;
  10. V=L*L*L;
  11. cout<<S<<" "<<V;
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement