API Response (JSON)
{
"problem": {
"name": "Eating Symbols Easy",
"description": {
"content": "There is always an integer in Takahashi's mind. Initially, the integer in Takahashi's mind is $0$. Takahashi is now going to eat four symbols, each of which is `+` or `-`. When he eats `+`, the intege",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc101_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is always an integer in Takahashi's mind.\nInitially, the integer in Takahashi's mind is $0$. Takahashi is now going to eat four symbols, each of which is `+` or `-`. When he eats `+`, the intege...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "高桥的脑海中总是有一个整数。\n最初,高桥脑海中的整数是 $0$。高桥现在将依次处理四个符号,每个符号为 `+` 或 `-`。当他处理 `+` 时,他脑海中的整数增加 $1$;当他处理 `-` 时,他脑海中的整数减少 $1$。\n高桥将要处理的符号以字符串 $S$ 给出。$S$ 的第 $i$ 个字符是他将要处理的第 $i$ 个符号。\n请找出高桥处理完所有符号后,他脑海中的整数。\n\n## Constra...",
"is_translate": true,
"language": "Chinese"
}
]
}