Initialization
This commit is contained in:
		
							parent
							
								
									85ddf927f7
								
							
						
					
					
						commit
						f862318693
					
				| @ -13,7 +13,7 @@ int main() { | ||||
|     while (count < SIZE && scanf("%lf", &input) == 1) { | ||||
|         coefs[count] = input; | ||||
|          | ||||
|         if (coefs[count] == 'x') | ||||
|         if (coefs[count] = 'x') | ||||
|         { | ||||
|             printf("Nepodarilo sa nacitat polynom na %d mieste.", count); | ||||
|             return 1; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user