#include <stdio.h> int main(void) { int score; printf("Enter a score:"); scanf("%f",&score); return 0;}
82
Enter a score:
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!