cf/mirror

Unambiguous Arithmetic Expression

CF
115D2600· international gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 5
Input
1+2*3
Output
2
Sample 2of 5
Input
03+-30+40
Output
3
Sample 3of 5
Input
5//4
Output
0
Sample 4of 5
Input
5/0
Output
1
Sample 5of 5
Input
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1
Output
100728
115D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)