| Problem | kamion |
|---|---|
| User | reporter |
| Submission Time | 2023-05-21 00:20:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kamion.cpp: In function ‘int main()’:
kamion.cpp:28:32: error: ‘gets’ was not declared in this scope; did you mean ‘fgets’?
28 | scanf("%d%d%d", &N, &E, &K); gets(line);
| ^~~~
| fgets