无相孤君
第 4 级
[答案]不要担心时间在一秒秒流逝
正在讨论
评论 (2)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
Hsia
1 六月 2020, 09:49
int secondsAfter15 = 0;
secondsAfter15 =time(secondsAfter15 + 30);
System.out.println(secondsAfter15);
}
public static int time(int a) {
a = 30*60;
return a;
}
+1
Guadalupe Gagnon
24 十二月 2019, 18:08
cant help unless you share solution
0