Problem | snail |
---|---|
User | JhoCyber |
Submission Time | 2024-12-19 20:29:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int32_t main()’:
snail.cpp:21:9: error: redeclaration of ‘long long int event’
21 | int event = d%n;
| ^~~~~
snail.cpp:7:16: note: ‘long long int event’ previously declared here
7 | signed int event;
| ^~~~~