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