11
This commit is contained in:
		
							parent
							
								
									786e86b804
								
							
						
					
					
						commit
						0d58c97b5b
					
				@ -97,7 +97,8 @@ int main() {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (stack_top == 0) {
 | 
			
		||||
        print_stack();  // Печать оставшегося элемента
 | 
			
		||||
        pop();  // Убираем последний элемент стека
 | 
			
		||||
        printf("no input\n");
 | 
			
		||||
    } else {
 | 
			
		||||
        printf("no input\n");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user