The following program works well for me in C ++ with its respective changes (cin and cout), however, when passing it to C, the input provided by the keyboard fails.
#include <stdio.h>
#include <stdlib.h>
struct etapa{
int h,...
asked by
13.09.2017 / 18:27