Problem | amicablecats |
---|---|
User | Shuhxin |
Submission Time | 2024-05-11 10:28:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
amicablecats.cpp:63:13: error: #include expects "FILENAME" or <FILENAME>
63 | #include print as import cout library c://
| ^~~~~
amicablecats.cpp:6:10: error: field ‘l’ has incomplete type ‘node’
6 | node l,r;
| ^
amicablecats.cpp:4:8: note: definition of ‘struct node’ is not complete until the closing brace
4 | struct node{
| ^~~~
amicablecats.cpp:6:12: error: field ‘r’ has incomplete type ‘node’
6 | node l,r;
| ^
amicablecats.cpp:4:8: note: definition of ‘struct node’ is not complete until the closing brace
4 | struct node{
| ^~~~