Advertisement
Josif_tepe

Untitled

Mar 10th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #include <iostream>
  2. #include <algorithm>
  3. using namespace std;
  4.  
  5. void vnesi_i_pecati() {
  6.     int a, b, c;
  7.     cin >> a >> b >> c;
  8.     cout << a * b * c << endl;
  9. }
  10. int main()
  11. {
  12.     vnesi_i_pecati();
  13.     vnesi_i_pecati();
  14.     return 0;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement