質問編集履歴

1

modoritiの型修正

2016/07/03 15:10

投稿

President
President

スコア15

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  process.waitFor();
26
26
 
27
- String modoriti = process.exitValue();
27
+ int modoriti = process.exitValue();
28
28
 
29
29
 
30
30