-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKP_Fixes.txt
More file actions
53 lines (53 loc) · 1.32 KB
/
KP_Fixes.txt
File metadata and controls
53 lines (53 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
a+b
ab+ V
+ab
------------------------------------------
a+b+c+d
+++abcd V
ab+c+d+
------------------------------------------
(a+b)/(c-d)
ab+cd-/ V
/+ab-cd
------------------------------------------
a-b*c^d
abcd^*- V
-a*b^cd
------------------------------------------
a^b^c^d
abcd^^^ V
^a^b^cd
-----------------------------------------
a+b*(c-d+e)
abcd-e+*+ V
+a*b+-cde
-----------------------------------------
a+b*c V
abc*+
-----------------------------------------
a*b+c V
ab*c+
-----------------------------------------
(a+b)*(c+d-e) V
ab+cd+e-*
-----------------------------------------
(a+b^c^d)/(e-f) V
abcd^^+ef-/
-----------------------------------------
x=y=(a*b)^c/d+e V
xyab*c^d/e+==
-----------------------------------------
x=y=z=((a+b)*c-d)/(e^f)^g V
xyzab+c*d-ef^g^/===
-----------------------------------------
a-b/c+d*e-f^g V
abc/-de*+fg^-
-----------------------------------------
a=b=c=d+e^f
abcdef^+=== V
=a=b=c+d^ef
-----------------------------------------
a/b+c-d^e
ab/c+de^- V
-+/abc^de
-----------------------------------------