打印 ASCII 码

Luogu
IDLGB2017
Time1000ms
Memory128MB
DifficultyP1
顺序结构
输入一个除空格以外的可见字符,输出其 ASCII 码。 ## Input 一个除空格以外的可见字符。 ## Output 一个十进制整数,即该字符的 ASCII 码。 [samples]
Samples
Input #1
A
Output #1
65
API Response (JSON)
{
  "problem": {
    "name": "打印 ASCII 码",
    "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": "LGB2017"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "输入一个除空格以外的可见字符,输出其 ASCII 码。\n\n## Input\n\n一个除空格以外的可见字符。\n\n## Output\n\n一个十进制整数,即该字符的 ASCII 码。\n\n[samples]...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments