Libraryless. Click here for Pure Java version (1595L/11K/35K).
1 | !752 |
2 | |
3 | p {
|
4 | makeBot("PN Calc.");
|
5 | } |
6 | |
7 | answer {
|
8 | L<S> tok = javaTok(s); |
9 | if (eq(get(tok, 1), "+")) {
|
10 | BigInteger b = bigint(0); |
11 | for (int i = 3; i < l(tok); i += 2) |
12 | b = b.add(bigint(tok.get(i))); |
13 | ret str(b); |
14 | } |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002124 |
| Snippet name: | PN Calc |
| Eternal ID of this version: | #1002124/1 |
| Text MD5: | 6215950193f8b87421cfb3ecf8380bb0 |
| Transpilation MD5: | 64206770b43d5d862d53e97e4653631f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-12-20 21:44:59 |
| Source code size: | 242 bytes / 15 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 891 / 2128 |
| Referenced in: | [show references] |