#Include "stdio.h"
int main ()
{
float b, h, area; //base, altura, area
int c; // contador
for (c = 1; c <= 50; c++)
//getch();
return 0;
}
I0luY2x1ZGUgInN0ZGlvLmgiCgppbnQgbWFpbiAoKQp7CmZsb2F0IGIsIGgsIGFyZWE7IC8vYmFzZSwgYWx0dXJhLCBhcmVhCgppbnQgYzsgLy8gY29udGFkb3IKCmZvciAoYyA9IDE7IGMgPD0gNTA7IGMrKykKcHJpbnRmKCIlaSIsIGMpIDsKIAoKICAgLy9nZXRjaCgpOyAgCiAgIAogICByZXR1cm4gMDsKfSAK
prog.c:1:2: error: invalid preprocessing directive #Include
prog.c: In function ‘main’:
prog.c:10: warning: implicit declaration of function ‘printf’
prog.c:10: warning: incompatible implicit declaration of built-in function ‘printf’
prog.c:5: warning: unused variable ‘area’
prog.c:5: warning: unused variable ‘h’
prog.c:5: warning: unused variable ‘b’