CS Armenia Հիմնադրամ
#include <iostream> int main() { double unit_price; double expense; std::cin>>unit_price>>expense; // Put your code here }