Mon Jun 19 15:30:00 UTC 2023 inscode

上级 cf694f72
double fun(int x,int y);
double fun(int x;int y);
double fun(int,int);
double fun(int x,y);
int main()
{
char str[][10] = {"China","Beijing"},*p = (char*)str;
printf("%s",p+10);
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册