static void post_multi(L<S> a, L<S> b, L<S> c) { for (S _a : a) for (S _b : b) for (S _c : c) post(_a, _b, _c); } static void post_multi(S a, S b, L<S> c) { post_multi(ll(a), ll(b), c); }
Began life as a copy of #1012626
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
Snippet ID: | #1013214 |
Snippet name: | post_multi |
Eternal ID of this version: | #1013214/1 |
Text MD5: | ed6aff5e311cd98d6dcf95a41de23c95 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-28 21:50:31 |
Source code size: | 219 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 315 / 363 |
Referenced in: | [show references] |