Initialization

This commit is contained in:
Kozar 2024-03-04 14:26:22 +01:00
parent cc6216b464
commit 4d047a9925

View File

@ -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];
} }