Problem | car |
---|---|
User | maximushartanto |
Submission Time | 2025-05-23 19:53:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
car.cpp:62:8: error: redefinition of ‘struct edge’
62 | struct edge{
| ^~~~
car.cpp:11:8: note: previous definition of ‘struct edge’
11 | struct edge{
| ^~~~
car.cpp:66:5: error: redefinition of ‘int main()’
66 | int main(){
| ^~~~
car.cpp:15:5: note: ‘int main()’ previously defined here
15 | int main(){
| ^~~~