### [Codacy](https://app.codacy.com/gh/7elmie/CodeForces/commit?cid=687977774) detected an issue: #### Message: `scanf() without field width limits can crash with huge input data.` #### Occurred on: + **Commit**: 9d307dd11e0d10658a61ff2516529ff7faa8c742 + **File**: [Phone Code.cpp](https://github.com/7elmie/CodeForces/blob/9d307dd11e0d10658a61ff2516529ff7faa8c742/Phone Code.cpp) + **LineNum**: [13](https://github.com/7elmie/CodeForces/blob/9d307dd11e0d10658a61ff2516529ff7faa8c742/Phone Code.cpp#L13) + **Code**: `scanf("%s", s);` #### Currently on: + **Commit**: ebeda48fb07fb6d7943022e92c86d4b3236afd4d + **File**: [Phone Code.cpp](https://github.com/7elmie/CodeForces/blob/ebeda48fb07fb6d7943022e92c86d4b3236afd4d/Phone Code.cpp) + **LineNum**: [11](https://github.com/7elmie/CodeForces/blob/ebeda48fb07fb6d7943022e92c86d4b3236afd4d/Phone Code.cpp#L11)
Codacy detected an issue:
Message:
scanf() without field width limits can crash with huge input data.Occurred on:
scanf("%s", s);Currently on: