MasssA


私信TA

用户名:1294309339

访问量:36617

签 名:

城市学院的渣渣

等  级
排  名 109
经  验 8141
参赛次数 6
文章发表 73
年  龄 0
在职情况 学生
学  校 城市学院的渣渣
专  业

  自我简介:

城市学院的渣渣

解题思路:

注意事项:

参考代码:

#include<iostream>
using namespace std;
int main()
{
    long long int a, b, c, d, e, f;
    double x, y;
    cin >> a>> b>> c>> d>> e>> f;
    y = (c*d-f*a)/(b*d - e*a);
    x = (c*e-f*b)/(e*a - b*d);
    cout <<x<<" "<<y;
    return 0;
}

 

0.0分

0 人评分

  评论区

  • «
  • »