我正在尝试添加用户输入值,两个输入值都给出为 5 或者它可以是任何东西
x <- as.numeric(readline("add value of 5:"));
x1 <- as.numeric(readline("add value of 5:"))
我正在尝试添加用户输入值,两个输入值都给出为 5 或者它可以是任何东西
x <- as.numeric(readline("add value of 5:"));
x1 <- as.numeric(readline("add value of 5:"))