Libraryless. Click here for Pure Java version (762L/6K/18K).
!752 please include function bigint. answer { if "yes or no: is * a bigger number than *?" ret compare(m.unq(0), m.unq(1)) > 0 ? "yes" : "no"; if "yes or no: is * a smaller number than *?" ret compare(m.unq(0), m.unq(1)) < 0 ? "yes" : "no"; } static int compare(S a, S b) { //ret (int) evalWith("bigint(A).compareTo(bigint(B))", "A", a, "B", b); ret bigint(a).compareTo(bigint(b)); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment