PJJ彭彭彭


私信TA

用户名:PJJ1997

访问量:58173

签 名:

试试单纯的暴力能暴到多少题

等  级
排  名 52
经  验 11581
参赛次数 10
文章发表 91
年  龄 20
在职情况 学生
学  校 广东药科大学
专  业 计算机科学与技术

  自我简介:

#include <iostream>
#include <fstream>
#include <deque>
#include <cstdlib>
#include <string>
#include <string.h>
#include <cmath>
#include <algorithm>
#include <iterator>
#include <numeric>
#include <sstream>
using namespace std;

int main()
{
	//freopen("新建文本文档.txt","r",stdin); 
	int a,b,c,d,e,f;
	cin>>a>>b>>c>>d>>e>>f;
	cout<<(b*f-c*e)/(b*d-a*e)<<" "<<(d*c-a*f)/(b*d-a*e)<<endl;
	return 0;
}

解题思路:





注意事项:





参考代码:

 

0.0分

9 人评分

  评论区

  • «
  • »