Buckets:
| /* | |
| * Copyright 2013 The Emscripten Authors. All rights reserved. | |
| * Emscripten is available under two separate licenses, the MIT license and the | |
| * University of Illinois/NCSA Open Source License. Both these licenses can be | |
| * found in the LICENSE file. | |
| */ | |
| int main(int argc, char **argv) { | |
| float x = argc%17, y = (argc+1)*(argc+2)*(argc+3)*(argc+4)*(argc*5); | |
| y *= 1<<30; | |
| y *= -13; | |
| if (argc == 17) { x++; y--; } | |
| int *xi = (int*)&x; | |
| int *yi = (int*)&y; | |
| int z = *xi - *yi; | |
| while (z % 15) { | |
| z++; | |
| } | |
| printf("!%d\n", z); | |
| double xd = x, yd = y; | |
| yd = yd*yd; | |
| yd = yd*yd; | |
| int *xl = (int*)&xd; | |
| int *xh = &((int*)&xd)[1]; | |
| int *yl = (int*)&yd; | |
| int *yh = &((int*)&yd)[1]; | |
| int l = *xl - *yl; | |
| int h = *xh - *yh; | |
| while (l % 15) { | |
| l++; | |
| h += 3; | |
| } | |
| printf("%d,%d!\n", l, h); | |
| return 0; | |
| } | |
Xet Storage Details
- Size:
- 851 Bytes
- Xet hash:
- 9b67c81322bae903ac2e4da4845e306b6fa46f7e87871342dd4c045a5ec2837e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.