Untitled

 avatar
unknown
plain_text
2 years ago
114 B
6
Indexable
#include <iostream>
using namespace std;
int main() {
long long X,Y,Z;
cin>>X>>Y>>Z;
  cout<<(X*3)+(Y*5)+(Z*12);
}
Editor is loading...