handsome--xiaoJie
handsome--xiaoJie
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
handsome--xiaoJie的博客
全部文章
(共1篇)
题解 | #赢的次数#
let n=Number(readline()); if(n%2===0){ console.log(n/2); }else{ console.log(Math.floor(n/2),Math....
Javascript V8
2023-09-19
0
278