Licson Lee says to YSITD
```#include <stdio.h> int main() { int n; scanf("%d", &n); return 0; }