#include <stdio.h> int main(int argc, char** argv) { int a = 0; scanf("A number %d",&a); printf("The number you typed in is %d\n",a); return 0; }