#include <stdio.h> int main() { short int num; scanf("%*d", &num); printf("%hd", num); return 0; }
Garbage value
Previous Question Next Question
Your comments will be displayed only after manual approval.