AS no matching function for call to
时间: 2023-09-25 07:08:04 浏览: 135
Sorry, I'm not sure what you're asking. It seems like you may have provided incomplete or incorrect information. Please provide me with more specific details so I can better assist you.
相关问题
[Error] no matching function for call to 'examssexam0f
As an AI language model, I cannot provide a specific solution without the context of the code. However, this error message usually occurs when there is no function with the name "examssexam0f" that matches the arguments passed to it. Double-check the spelling and parameters of the function call and ensure that the function is defined in the code.
no matching function for call to 'print(unsigned char [8])
This error message means that there is no function called "print" that can accept an array of unsigned char with a length of 8 as its argument.
To fix this error, you need to define or update the "print" function to accept an array of unsigned char with a length of 8 as its argument. Alternatively, you can convert the array to a different data type that is compatible with an existing print function.
阅读全文