#4608
aprogressive
Se consideră matricea 𝑇
cu 𝑛
linii (numerotate de la 1
la 𝑛
) și 𝑚
coloane (numerotate de la 1
la 𝑚
) ce conține numere întregi.
O submatrice a matricei 𝑇
este definită prin linia și coloana colțului stânga-sus (𝑥1, 𝑦1)
, respectiv linia și coloana colțului dreapta-jos (𝑥2, 𝑦2)
, cu 1 ≤ 𝑥1 ≤ 𝑥2 ≤ 𝑛
și 1 ≤ 𝑦1 ≤ 𝑦2 ≤ 𝑚
și conține toate elementele de pe pozițiile (𝑥, 𝑦)
ale matricei pentru care 𝑥1 ≤ 𝑥 ≤ 𝑥2
și 𝑦1 ≤ 𝑦 ≤ 𝑦2
. În particular, submatricea cu colțul stânga-sus în (1, 1)
și colțul dreapta-jos în (𝑛,𝑚)
este identică cu matricea 𝑇
.
Pentru fiecare linie a unei submatrice date, se calculează suma pe linie prin adunarea elementelor aflate pe aceasta. Sumele obținute pentru fiecare dintre liniile acestei submatrice formează termenii unui șir, numit șirul 𝑆
al sumelor pe linii. Spunem că submatricea este aprogressive dacă 𝑥1 < 𝑥2
și 𝑦1 < 𝑦2
și șirul 𝑆
al sumelor pe linii poate fi rearanjat pentru a forma, cu toți termenii săi, o progresie aritmetică de rație nenulă 𝑟
.
Forma comprimată a unei submatrice 𝑅
cu colțul stânga-sus (𝑥1, 𝑦1)
și colțul dreapta jos (𝑥2, 𝑦2)
se notează cu C(𝑅)
și se definește astfel:
𝑥1 = 𝑥2
(este o submatrice linie) sau dacă 𝑦1 = 𝑦2
(este o submatrice coloană) atunci forma sa comprimată este C(𝑅)= (𝑥1, 𝑦1, 𝑥2, 𝑦2, 0)
. În caz contrar,𝑅
este aprogressive, forma sa comprimată este C(𝑅)= (𝑥1, 𝑦1, 𝑥2, 𝑦2, 𝑟)
. În caz contrar,𝑅
în 4
submatrice 𝐴
, 𝐵
, 𝐶
, 𝐷
cu mulțimi disjuncte de elemente după cum este ilustrat în figura alăturată, unde submatricea 𝐴
are colțul stânga-sus în (𝑥1, 𝑦1)
, iar colțul dreapta-jos în \( \left( \left[ \frac{x1 + x2}{2} \right], \left[ \frac{y1 + y2}{2} \right] \right) \), \( \left[ x \right] \) reprezentând partea întreagă a numărului real 𝑥
. Forma comprimată a submatricei 𝑅
este definită recursiv C(𝑅) =(C(𝐴), C(𝐵), C(𝐶), C(𝐷))
.Cunoscând dimensiunile și elementele matricei 𝑇
să se determine:
𝑇
pentru care suma elementelor aflate pe fiecare dintre acestea este maximă.𝑇
pentru care elementele pot fi rearanjate astfel încât să formeze pe linia respectivă, o progresie aritmetică de rație nenulă.𝑇
.Problema | aprogressive | Operații I/O |
![]() aprogressive.in /aprogressive.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 128 MB
/
Stivă 8 MB
|
Id soluție | #57824904 | Utilizator | |
Fișier | aprogressive.cpp | Dimensiune | 2.45 KB |
Data încărcării | 22 Aprilie 2025, 22:43 | Scor / rezultat | Eroare de compilare |
aprogressive.cpp:2:36: error: unrecognized command line option '-funroll_loops' #pragma GCC optimize("unroll_loops") ^ In file included from /usr/include/c++/4.8/cassert:43:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/assert.h:71:43: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__noreturn__)); ^ /usr/include/assert.h:71:43: error: unrecognized command line option '-funroll_loops' /usr/include/assert.h:76:43: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__noreturn__)); ^ /usr/include/assert.h:76:43: error: unrecognized command line option '-funroll_loops' /usr/include/assert.h:82:43: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__noreturn__)); ^ /usr/include/assert.h:82:43: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/endian.h:60:0, from /usr/include/ctype.h:39, from /usr/include/c++/4.8/cctype:42, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:35, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/byteswap.h:45:31: error: unrecognized command line option '-funroll_loops' __bswap_32 (unsigned int __bsx) ^ /usr/include/i386-linux-gnu/bits/byteswap.h:109:29: error: unrecognized command line option '-funroll_loops' __bswap_64 (__uint64_t __bsx) ^ In file included from /usr/include/c++/4.8/cctype:42:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:35, from aprogressive.cpp:3: /usr/include/ctype.h:80:40: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__const__)); ^ /usr/include/ctype.h:80:40: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:82:40: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__const__)); ^ /usr/include/ctype.h:82:40: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:84:40: error: unrecognized command line option '-funroll_loops' __THROW __attribute__ ((__const__)); ^ /usr/include/ctype.h:84:40: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/ctype.h:110:1: error: unrecognized command line option '-funroll_loops' __exctype (isalnum); ^ /usr/include/ctype.h:110:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:111:1: error: unrecognized command line option '-funroll_loops' __exctype (isalpha); ^ /usr/include/ctype.h:111:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:112:1: error: unrecognized command line option '-funroll_loops' __exctype (iscntrl); ^ /usr/include/ctype.h:112:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:113:1: error: unrecognized command line option '-funroll_loops' __exctype (isdigit); ^ /usr/include/ctype.h:113:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:114:1: error: unrecognized command line option '-funroll_loops' __exctype (islower); ^ /usr/include/ctype.h:114:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:115:1: error: unrecognized command line option '-funroll_loops' __exctype (isgraph); ^ /usr/include/ctype.h:115:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:116:1: error: unrecognized command line option '-funroll_loops' __exctype (isprint); ^ /usr/include/ctype.h:116:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:117:1: error: unrecognized command line option '-funroll_loops' __exctype (ispunct); ^ /usr/include/ctype.h:117:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:118:1: error: unrecognized command line option '-funroll_loops' __exctype (isspace); ^ /usr/include/ctype.h:118:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:119:1: error: unrecognized command line option '-funroll_loops' __exctype (isupper); ^ /usr/include/ctype.h:119:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:120:1: error: unrecognized command line option '-funroll_loops' __exctype (isxdigit); ^ /usr/include/ctype.h:120:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:124:30: error: unrecognized command line option '-funroll_loops' extern int tolower (int __c) __THROW; ^ /usr/include/ctype.h:124:30: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:127:30: error: unrecognized command line option '-funroll_loops' extern int toupper (int __c) __THROW; ^ /usr/include/ctype.h:127:30: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:136:1: error: unrecognized command line option '-funroll_loops' __exctype (isblank); ^ /usr/include/ctype.h:136:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:143:42: error: unrecognized command line option '-funroll_loops' extern int isctype (int __c, int __mask) __THROW; ^ /usr/include/ctype.h:143:42: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:150:30: error: unrecognized command line option '-funroll_loops' extern int isascii (int __c) __THROW; ^ /usr/include/ctype.h:150:30: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:154:30: error: unrecognized command line option '-funroll_loops' extern int toascii (int __c) __THROW; ^ /usr/include/ctype.h:154:30: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:158:1: error: unrecognized command line option '-funroll_loops' __exctype (_toupper); ^ /usr/include/ctype.h:158:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:159:1: error: unrecognized command line option '-funroll_loops' __exctype (_tolower); ^ /usr/include/ctype.h:159:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:271:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isalnum_l); ^ /usr/include/ctype.h:271:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:272:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isalpha_l); ^ /usr/include/ctype.h:272:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:273:1: error: unrecognized command line option '-funroll_loops' __exctype_l (iscntrl_l); ^ /usr/include/ctype.h:273:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:274:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isdigit_l); ^ /usr/include/ctype.h:274:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:275:1: error: unrecognized command line option '-funroll_loops' __exctype_l (islower_l); ^ /usr/include/ctype.h:275:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:276:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isgraph_l); ^ /usr/include/ctype.h:276:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:277:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isprint_l); ^ /usr/include/ctype.h:277:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:278:1: error: unrecognized command line option '-funroll_loops' __exctype_l (ispunct_l); ^ /usr/include/ctype.h:278:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:279:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isspace_l); ^ /usr/include/ctype.h:279:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:280:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isupper_l); ^ /usr/include/ctype.h:280:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:281:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isxdigit_l); ^ /usr/include/ctype.h:281:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:283:1: error: unrecognized command line option '-funroll_loops' __exctype_l (isblank_l); ^ /usr/include/ctype.h:283:1: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:287:50: error: unrecognized command line option '-funroll_loops' extern int __tolower_l (int __c, __locale_t __l) __THROW; ^ /usr/include/ctype.h:287:50: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:288:48: error: unrecognized command line option '-funroll_loops' extern int tolower_l (int __c, __locale_t __l) __THROW; ^ /usr/include/ctype.h:288:48: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:291:50: error: unrecognized command line option '-funroll_loops' extern int __toupper_l (int __c, __locale_t __l) __THROW; ^ /usr/include/ctype.h:291:50: error: unrecognized command line option '-funroll_loops' /usr/include/ctype.h:292:48: error: unrecognized command line option '-funroll_loops' extern int toupper_l (int __c, __locale_t __l) __THROW; ^ /usr/include/ctype.h:292:48: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/errno.h:35:0, from /usr/include/c++/4.8/cerrno:41, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:36, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/errno.h:50:71: error: unrecognized command line option '-funroll_loops' extern int *__errno_location (void) __THROW __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/errno.h:50:71: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/locale.h:124:63: error: unrecognized command line option '-funroll_loops' extern char *setlocale (int __category, const char *__locale) __THROW; ^ /usr/include/locale.h:124:63: error: unrecognized command line option '-funroll_loops' /usr/include/locale.h:127:40: error: unrecognized command line option '-funroll_loops' extern struct lconv *localeconv (void) __THROW; ^ /usr/include/locale.h:127:40: error: unrecognized command line option '-funroll_loops' /usr/include/locale.h:152:28: error: unrecognized command line option '-funroll_loops' __locale_t __base) __THROW; ^ /usr/include/locale.h:152:28: error: unrecognized command line option '-funroll_loops' /usr/include/locale.h:186:52: error: unrecognized command line option '-funroll_loops' extern __locale_t duplocale (__locale_t __dataset) __THROW; ^ /usr/include/locale.h:186:52: error: unrecognized command line option '-funroll_loops' /usr/include/locale.h:190:47: error: unrecognized command line option '-funroll_loops' extern void freelocale (__locale_t __dataset) __THROW; ^ /usr/include/locale.h:190:47: error: unrecognized command line option '-funroll_loops' /usr/include/locale.h:197:52: error: unrecognized command line option '-funroll_loops' extern __locale_t uselocale (__locale_t __dataset) __THROW; ^ /usr/include/locale.h:197:52: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:43:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/c++/4.8/ext/type_traits.h:150:35: error: unrecognized command line option '-funroll_loops' __is_null_pointer(_Type* __ptr) ^ /usr/include/c++/4.8/ext/type_traits.h:155:28: error: unrecognized command line option '-funroll_loops' __is_null_pointer(_Type) ^ In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (void,sincos,, ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (void,sincos,, ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:100:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:100:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:100:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:100:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:103:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:103:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:103:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:103:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:106:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:106:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:106:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:106:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:109:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:109:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:109:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:109:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:112:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:112:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:112:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:112:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:115:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:115:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:115:56: error: unrecognized command line option '-funroll_loops' __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:115:56: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:120:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:120:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:120:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:120:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:122:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (pow10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:122:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:122:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (pow10,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:122:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:128:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (expm1,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:128:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:128:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (expm1,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:128:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:131:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log1p,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:131:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:131:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log1p,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:131:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:134:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (logb,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:134:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:134:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (logb,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:134:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:141:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp2,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:141:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:141:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (exp2,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:141:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:144:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log2,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:144:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:144:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (log2,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:144:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:156:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sqrt,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:156:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:156:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sqrt,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:156:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:162:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:162:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:162:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:162:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:169:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cbrt,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:169:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:169:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cbrt,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:169:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:44:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:178:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:178:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:178:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:178:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:181:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:181:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:181:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:181:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:184:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (floor,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:184:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:184:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (floor,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:184:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:187:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:187:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:187:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:187:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/math.h:69:0, from /usr/include/c++/4.8/cmath:44, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:192:76: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:192:76: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:195:77: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:195:77: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:201:74: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:201:74: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:204:75: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:204:75: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:207:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:207:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:207:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:207:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:211:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (significand,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:211:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:211:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (significand,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:211:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:44:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:217:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:217:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:217:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:217:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:224:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nan,, (const char *__tagb), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:224:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:224:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nan,, (const char *__tagb), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:224:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/math.h:69:0, from /usr/include/c++/4.8/cmath:44, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:230:76: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:230:76: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:234:74: error: unrecognized command line option '-funroll_loops' __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:234:74: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:237:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (j0,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:237:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:237:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (j0,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:237:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:238:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (j1,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:238:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:238:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (j1,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:238:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:239:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (jn,, (int, _Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:239:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:239:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (jn,, (int, _Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:239:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:240:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (y0,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:240:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:240:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (y0,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:240:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:241:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (y1,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:241:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:241:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (y1,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:241:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:242:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (yn,, (int, _Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:242:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:242:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (yn,, (int, _Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:242:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:249:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (erf,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:249:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:249:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (erf,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:249:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:250:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (erfc,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:250:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:250:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (erfc,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:250:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:251:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (lgamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:251:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:251:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (lgamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:251:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:258:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tgamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:258:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:258:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tgamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:258:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:264:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (gamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:264:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:264:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (gamma,, (_Mdouble_)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:264:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:271:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:271:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:271:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:271:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:279:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (rint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:279:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:279:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (rint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:279:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:44:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:282:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:282:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:282:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:282:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:284:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:284:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:284:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:284:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:288:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:288:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:288:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:288:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:292:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalbn,, (_Mdouble_ __x, int __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:292:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:292:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalbn,, (_Mdouble_ __x, int __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:292:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:296:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (int,ilogb,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:296:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:296:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (int,ilogb,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:296:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:301:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:301:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:301:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:301:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:305:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (nearbyint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:305:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:305:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (nearbyint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:305:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:44:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:309:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:309:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:309:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:309:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:313:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:313:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:313:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:313:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:318:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:318:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:318:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:318:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:325:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long int,lrint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:325:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:325:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long int,lrint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:325:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:327:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long long int,llrint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:327:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:327:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long long int,llrint,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:327:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:331:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long int,lround,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:331:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:331:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long int,lround,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:331:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:333:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long long int,llround,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:333:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:333:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (long long int,llround,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:333:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:337:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:337:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:337:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:337:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/c++/4.8/cmath:44:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:340:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:340:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:340:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:340:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:343:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:343:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:343:1: error: unrecognized command line option '-funroll_loops' __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:343:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/math.h:69:0, from /usr/include/c++/4.8/cmath:44, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:348:32: error: unrecognized command line option '-funroll_loops' __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:348:32: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:352:32: error: unrecognized command line option '-funroll_loops' __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:352:32: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:356:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:356:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:356:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:356:1: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/math.h:69:0, from /usr/include/c++/4.8/cmath:44, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:366:32: error: unrecognized command line option '-funroll_loops' __attribute__ ((__const__)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:366:32: error: unrecognized command line option '-funroll_loops' In file included from /usr/include/features.h:374:0, from /usr/include/assert.h:35, from /usr/include/c++/4.8/cassert:43, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33, from aprogressive.cpp:3: /usr/include/i386-linux-gnu/bits/mathcalls.h:371:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:371:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:371:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:371:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:54:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:56:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:58:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:60:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cos,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:63:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sin,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:65:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tan,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:67:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (cosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:72:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (sinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:74:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (tanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:76:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (void,sincos,, ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' __MATHDECL (void,sincos,, ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:81:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (acosh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:88:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (asinh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:90:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atanh,, (_Mdouble_ __x)); ^ /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' /usr/include/i386-linux-gnu/bits/mathcalls.h:92:1: error: unrecognized command line option '-funroll_loops' __MATHCALL (atanh,, (_M
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema aprogressive face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.