You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
445 B

2 years ago
#include <bits/stdc++.h>
using namespace std;
/*
34144157
67
(3x+4y)*14=(4x+15*y)*7
42x+56y=28x+105y
14x=49y
2x=7y
7,23*7+4*2*14=29*14
6*7+7*2756
29*14/56=29/4=7.25
*/
int main() {
return 0;
}