| Problem | summarising2023 |
|---|---|
| User | f0restf1re |
| Submission Time | 2024-01-05 18:43:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summarising2023.cpp: In function ‘int main()’:
summarising2023.cpp:6:6: error: conflicting declaration ‘int s’
6 | int(s);
| ^
summarising2023.cpp:4:7: note: previous declaration as ‘char s’
4 | char s;
| ^