#include int main() { int r; printf("Enter the exit status value: "); scanf("%d",&r); return(r); }