👤
a fost răspuns

Urgeeent dau test va rig muult!!!

Urgeeent Dau Test Va Rig Muult class=

Răspuns :

Răspuns:

#include <iostream>

using namespace std;

int main()

{

   int x = 0, y = 0, z = 0;

   cin >> x >> y >> z;

   cout << x * 4 + y * 2 + z * 4;

   return 0;

}

Explicație: