[ create a new paste ] login | about

Link: http://codepad.org/ijpD0Cwg    [ raw code | output | fork ]

C, pasted on May 16:
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>

int main()
{
float altura=1.80, pessoa1=1.71, pessoa2=1.79, pessoa3=1.83, scanner;

int sensor;

printf("Verifica");
scanf("%d",sensor);

}


Output:
1
2
Verifica
Exited: ExitFailure 255


Create a new paste based on this one


Comments: