Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/questions/BUYPLSE.cpp:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
using namespace std;
4
5
int main() {
6
int a,b,x,y;
7
cin>>a>>b>>x>>y;
8
cout<<(a*x)+(b*y)<<
"\n"
;
9
return 0;
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected