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