#807. C++-字符与字符数组-从键盘上输入任意两个整数的加法表达式(表达式长度不超过5),计算并输出结果
C++-字符与字符数组-从键盘上输入任意两个整数的加法表达式(表达式长度不超过5),计算并输出结果
Background
Description
从键盘上输入任意两个整数的加法表达式(表达式长度不超过5),计算并输出结果 输入样例: 12+23 输出样例: 35
Format
Input
Output
Samples
12+23
35
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests: