Urgeeent dau test va rig muult!!!

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: