The canonical example of our toy language will be the following code: int do_math(int a) { int x = a * 5 + 3 } do_math(10).
確定! 回上一頁