003 File Manager
Current Path:
/usr/src/contrib/bc/tests/fuzzing/bc_inputs3
usr
/
src
/
contrib
/
bc
/
tests
/
fuzzing
/
bc_inputs3
/
📁
..
📄
01.txt
(5.01 KB)
📄
02.txt
(32 B)
📄
03.txt
(2.62 KB)
📄
04.txt
(8 B)
📄
05.txt
(11 B)
📄
06.txt
(17 B)
📄
07.txt
(87 B)
📄
08.txt
(23 B)
📄
09.txt
(91 B)
📄
10.txt
(8 B)
📄
11.txt
(945 B)
📄
12.txt
(46 B)
📄
13.txt
(519 B)
📄
14.txt
(21 B)
📄
15.txt
(38 B)
📄
16.txt
(2 B)
📄
17.txt
(113 B)
📄
18.txt
(19 B)
📄
19.txt
(37 B)
📄
20.txt
(578 B)
📄
21.txt
(209 B)
📄
22.txt
(83 B)
📄
23.txt
(1 KB)
📄
24.txt
(42 B)
📄
sqrt.txt
(229 B)
📄
strings.txt
(121 B)
📄
subtract.txt
(6.57 KB)
📄
trunc.txt
(147 B)
📄
void.txt
(198 B)
Editing: 11.txt
#0000000000000000 define printarray(a[],len){ auto i for(i=0; i < n; ++i) { a[i] } } define a2(a[], len) { auto i for (i = 0; i < len; ++i) { a[i] = a[i] * a[i] } printarray(len, n) } define a4(a00[], l) { auto i for (i = 0; i < l; ++i) { a[i] = a00[i] * a[i] } printarray(a00[], l) } define a6(*a00[], len) { auto i for (i = 0; i < len; ++i) { a00[i] = a00[i] * a00[i] } printarray(a00[], len) } define a1(*a[], len) { auto i for (i = 0; i < len; ++i) { a[i] = i } a2(a[], len) printarray(a[], len) } define a0(*a00[], len) { auto i for (i = 0; i < len; ++i) { a00[i] = i } a0(a00[], len) printarray(a00[], len) } define a5(*a00[], len) { auto i for (i = 0; i < len; ++i) { a00[i] = i } a0(a00[], len) printarray(a, len) } define a7(*a00[], len) { auto i for (i = 0; i < len; ++i) { a00[i] = i } a0(a00[], len) printarray(a00[], len) } len = 16 a1(a[], len)
Upload File
Create Folder