### [Codacy](https://app.codacy.com/gh/7elmie/CodeForces/commit?cid=682490124) detected an issue: #### Message: `scanf() without field width limits can crash with huge input data.` #### Occurred on: + **Commit**: a2320828649527aa91326466ece66af8be46c244 + **File**: [Sum of Digits.cpp](https://github.com/7elmie/CodeForces/blob/a2320828649527aa91326466ece66af8be46c244/Sum of Digits.cpp) + **LineNum**: [7](https://github.com/7elmie/CodeForces/blob/a2320828649527aa91326466ece66af8be46c244/Sum of Digits.cpp#L7) + **Code**: `scanf("%s", digits);` #### Currently on: + **Commit**: 9a6a6a059837e89f9bdbe208bc7b6bfead9243c1 + **File**: [Sum of Digits.cpp](https://github.com/7elmie/CodeForces/blob/9a6a6a059837e89f9bdbe208bc7b6bfead9243c1/Sum of Digits.cpp) + **LineNum**: [7](https://github.com/7elmie/CodeForces/blob/9a6a6a059837e89f9bdbe208bc7b6bfead9243c1/Sum of Digits.cpp#L7)
Codacy detected an issue:
Message:
scanf() without field width limits can crash with huge input data.Occurred on:
scanf("%s", digits);Currently on: