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