Problem | mathtree |
---|---|
User | Pan |
Submission Time | 2024-09-17 15:53:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathtree.cpp: In function ‘int main()’:
mathtree.cpp:186:7: error: expected identifier before numeric constant
186 | form[0] = form(0);
| ^
mathtree.cpp:186:7: error: expected ‘]’ before numeric constant
186 | form[0] = form(0);
| ^
| ]
mathtree.cpp:186:6: error: structured binding declaration cannot have type ‘form’
186 | form[0] = form(0);
| ^
mathtree.cpp:186:6: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
mathtree.cpp:186:6: error: empty structured binding declaration