We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae60e40 commit 1fd7004Copy full SHA for 1fd7004
1 file changed
content/Blog/A2B.md
@@ -751,6 +751,8 @@ X=1
751
752
### 5-3. A + B
753
754
+#### Solution 1 (14 lines)
755
+
756
> Not a good solution
757
758
```
@@ -770,6 +772,19 @@ x+=(start)y|
770
772
(start)0=
771
773
774
775
+#### Solution 2 (8 lines)
776
777
+```
778
++1 = |x+
779
++0 = |+
780
+x| = |xx
781
+| =
782
+1x = x0
783
+0x = 1
784
+x = 1
785
++ =
786
787
788
### 5-4. A - B
789
790
> Not a good solution, too
@@ -835,4 +850,4 @@ a=helloworld
835
850
[1]: https://en.wikipedia.org/wiki/Parity_(mathematics)
836
851
[2]: https://en.wikipedia.org/wiki/Least_common_multiple
837
852
[3]: https://web.stanford.edu/class/archive/cs/cs103/cs103.1176/lectures/20/Small20.pdf
838
-[4]: https://github.com/Wizmann/a2b-lang
853
+[4]: https://github.com/Wizmann/a2b-lang
0 commit comments