921202-1.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 42 行
C
42 行
#ifndef STACK_SIZE#define VLEN 2055#else#define VLEN ((STACK_SIZE/16) - 1)#endifmain (){ long dx[VLEN]; long dy[VLEN]; long s1[VLEN]; int cyx, cyy; int i; long size; for (;;) { size = VLEN; mpn_random2 (s1, size); for (i = 0; i < 1; i++) ; dy[size] = 0x12345678; for (i = 0; i < 1; i++) cyy = mpn_mul_1 (dy, s1, size); if (cyx != cyy || mpn_cmp (dx, dy, size + 1) != 0 || dx[size] != 0x12345678) { foo ("", 8, cyy); mpn_print (dy, size); } exxit(); }}foo (){}mpn_mul_1(){}mpn_print (){}mpn_random2(){}mpn_cmp(){}exxit(){exit(0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?