Initialization
This commit is contained in:
parent
cc6216b464
commit
4d047a9925
@ -17,7 +17,7 @@ int main() {
|
|||||||
|
|
||||||
length = count;
|
length = count;
|
||||||
|
|
||||||
for (int i = 0; i < lenght; i ++){
|
for (int i = 0; i < length; i ++){
|
||||||
result += coefs[0]^i + coefs[i];
|
result += coefs[0]^i + coefs[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user