galinha

galinha

Открыть в Steam
Steam ID
Steam2
Steam3
Steam64

Информация

Дата регистрации
06.06.2015
Страна
BR
О себе




🔸🔸🔸 Gold Nova 3 : ✔️
🔸🔸🔸🔸 Gold Nova Master : ✔️
🗡 Master Guardian 1 : ✔️
🗡🗡 Master Guardian 2 :✔️
⚔ Master Guardian Elite : ✔️
🛡 Distinguished Master Guardian : ✔️
🦅 Legendary Eagle : ✔️
🦅+ Legendary Eagle Master :✔️
☜☯☞Supreme Master First Class :✔️
🌍 The Global Elite:✔️

gamersclub.com.br/jogador/194497

https://www.faceit.com/pt/players/galinha_cwb

https://beta.esportal.com.br/profile/Galintronik

#include<stdio.h>
#include<stdlib.h>
#include<locale.h>

int main(){
setlocale(LC_ALL,"Portuguese");

float h1,h2,h3,h4,h5,resp;

printf("Informe as horas trabalhadas no primeiro dia:");
scanf("%f",&h1);
printf("Informe as horas trabalhadas no segundo dia:");
fflush(stdin);
scanf("%f",&h2);
printf("Informe as horas trabalhadas no terceiro dia:");
fflush(stdin);
scanf("%f",&h3);
printf("Informe as horas trabalhadas no quarto dia:");
fflush(stdin);
scanf("%f",&h4);
printf("Informe as horas trabalhadas no quinto dia:");
fflush(stdin);
scanf("%f",&h5);

resp = (h1+h2+h3+h4+h5)/5;

printf("\n");
printf("A média de horas trabalhadas é de: %.1f horas por dia .\n",resp);
printf("\n");

system("pause");
return 0;
}
No information given.