yes
Time Limit: 1 seconds
Memory Limit: 1024 MB
Rating: 900
Problem StatementGiven an integer $N$ $(33 \le N \le 126)$, output the corresponding ASCII character with a value of $N$.
InputOn the first line, you are given an integer $N$ $(33 \le N \le 126)$.
OutputOutput the answer described in the Problem Statement.
Sample CasesSample Input 1: 65 Sample Output 1: A Sample Input 2: 124 Sample Output 2: |Explanation
Not available for this problem.
SourcesTest Contest > Problem C
Submit | Back