• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Homeby Witness Moecki
LoginSign up
You are viewing a single comment's thread from:

RE: Programming Contest 3

  • View the full context
clevershovel (52)in #contest • 7 years ago (edited)
#include <iostream>
#include <iomanip>

using namespace std;

int main()
{
 double x, y;
 cin >> x >> y;
 double z = (-x - 4*y)/3
 cout << fixed << setprecision(5) << z;
 return 0;
}
7 years ago in #contest by clevershovel (52)
$0.00
    Reply 0