打印字符

Luogu
IDLGB2018
Time1000ms
Memory128MB
DifficultyP1
顺序结构
输入一个 ASCII 码,输出对应的字符。 ## Input 一个整数,即字符的 ASCII 码,保证存在对应的可见字符。 ## Output 一行,包含相应的字符。 [samples] ## Note 保证所有数据 $<128$ 并且 $>0$。
Samples
Input #1
65
Output #1
A
API Response (JSON)
{
  "problem": {
    "name": "打印字符",
    "description": {
      "content": "输入一个 ASCII 码,输出对应的字符。",
      "description_type": "Markdown"
    },
    "platform": "Luogu",
    "limit": {
      "time_limit": 1000,
      "memory_limit": 131072
    },
    "difficulty": {
      "LuoguStyle": "P1"
    },
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "LGB2018"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "输入一个 ASCII 码,输出对应的字符。\n\n## Input\n\n一个整数,即字符的 ASCII 码,保证存在对应的可见字符。\n\n## Output\n\n一行,包含相应的字符。\n\n[samples]\n\n## Note\n\n保证所有数据 $<128$ 并且 $>0$。...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments