В чем проблема программа Си? - Компьютерные вопросы

Вопрос В чем проблема программа Си?

Регистрация
29 Дек 2013
Сообщения
86
Репутация
0
Спасибо
0
Монет
0
#include
#include

struct plata {
int zile_lucrate, plata_zi, plata_lunara;
};

struct angajat {
char nume[10];
struct plata salariu;};

int main(void) {
int n,i,max;

printf("Introdu numarul de lucratori: ");
scanf("%d",&n);

for(i=0;iplata.plata_lunara)
printf("Cel mai mare salariu il are: %s", angajat.nume);
}
}
 
Сверху Снизу