Initialization
This commit is contained in:
parent
d7650f3e0f
commit
9256a5504a
@ -3,9 +3,9 @@
|
||||
#define SIZE 10
|
||||
|
||||
int main() {
|
||||
int coefs[SIZE];
|
||||
int x = 0;
|
||||
int input = 0;
|
||||
double coefs[SIZE] = {0.0};
|
||||
double x = 0.0;
|
||||
double input = 0.0;
|
||||
int count = 0;
|
||||
int length = 0;
|
||||
double result = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user