teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

コードの修正

2018/08/03 09:28

投稿

退会済みユーザー
answer CHANGED
@@ -12,7 +12,7 @@
12
12
  import java.math.BigInteger;
13
13
 
14
14
  public class Main {
15
- public static void main(String[] args) throws Exception {
15
+ public static void main(String[] args) {
16
16
 
17
17
  Scanner sc = new Scanner(System.in);
18
18
  int n = sc.nextInt();