📜  如何在 c 中的一行中输入输入 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:11.451000             🧑  作者: Mango

代码示例1
rintf("Enter the coordinates of the second point (x1,y1): ");
    scanf("%f%f",&coordinate2[0],&coordinate2[1]);