### [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**: 41ec31c4729490f2670d3b03952a6cae7dca12b8 + **File**: [ACM-ICPC-Team.c](https://github.com/7elmie/CodeForces/blob/41ec31c4729490f2670d3b03952a6cae7dca12b8/ACM-ICPC-Team.c) + **LineNum**: [15](https://github.com/7elmie/CodeForces/blob/41ec31c4729490f2670d3b03952a6cae7dca12b8/ACM-ICPC-Team.c#L15) + **Code**: `scanf("%s",t[topic_i]);` #### Currently on: + **Commit**: 9a6a6a059837e89f9bdbe208bc7b6bfead9243c1 + **File**: [ACM-ICPC-Team.c](https://github.com/7elmie/CodeForces/blob/9a6a6a059837e89f9bdbe208bc7b6bfead9243c1/ACM-ICPC-Team.c) + **LineNum**: [15](https://github.com/7elmie/CodeForces/blob/9a6a6a059837e89f9bdbe208bc7b6bfead9243c1/ACM-ICPC-Team.c#L15)
Codacy detected an issue:
Message:
scanf() without field width limits can crash with huge input data.Occurred on:
scanf("%s",t[topic_i]);Currently on: