/*
将池子注满水
*/
public class Solution {
public static void main(String[] args) {
System.out.println(getVolume(25, 5, 2));
}
public static long getVolume(int a, int b, int c) {
//write your code here
return a*b*c*1000;
}
}
无相孤君
第 4 级
[答案]将池子注满水
正在讨论
评论 (2)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
xingzhangha
19 二月 2021, 15:04
怎么把解决的问题放到社区帮助中,让其他人员参考?
0
Guadalupe Gagnon
23 十二月 2019, 19:12
cant help you if you do not share the solution
0