The error is because of int(a). Syntactically it is wrong. It should be (int)(a).
3 of 3
replaced http://stackoverflow.com/ with https://stackoverflow.com/
haccks
- 106.6k
- 28
- 181
- 274
The error is because of int(a). Syntactically it is wrong. It should be (int)(a).