public class Solution {
public static void main(String[] args) {
//在此编写你的代码
int a = 5 , b = 7;
System.out.println((a+b)+"\n"+(a*b));
}
}
Kwan
第 3 级
\n 为,换行哦,合理使用
正在讨论
评论 (1)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
Gellert Varga
11 七月 2021, 11:58
You do not need to post all your good solutions in this "help" section.
This "help" section is for a different purpose.
You should post here if you have a question/problem/difficulty with a task or lesson.
+1