這樣錯哪里了
#include(stdio.h)
int main()
? ? int height = 185;
? ? if(height>=180)
? ? printf("%s/n","恭喜小明可以參加?;@球隊");
? ? return 0;
}
#include(stdio.h)
int main()
? ? int height = 185;
? ? if(height>=180)
? ? printf("%s/n","恭喜小明可以參加?;@球隊");
? ? return 0;
}
2022-07-03
舉報
2023-04-08
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? //補全所有代碼
? ? if(height>=180)
? ? printf("恭喜小明可以參加?;@球隊");
? ??
? ??
? ??
? ??
return 0;
}
你開頭文件名是<>不是(),輸出的是“恭喜小明可以參加籃球隊,你加%\s干啥\還打成/了