結果
問題 |
No.57 ミリオンダイス
|
ユーザー |
![]() |
提出日時 | 2017-04-25 21:46:54 |
言語 | Java (openjdk 23) |
結果 |
WA
|
実行時間 | - |
コード長 | 351 bytes |
コンパイル時間 | 2,116 ms |
コンパイル使用メモリ | 74,532 KB |
実行使用メモリ | 50,392 KB |
最終ジャッジ日時 | 2024-09-13 09:17:25 |
合計ジャッジ時間 | 3,383 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 9 |
ソースコード
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader reader =new BufferedReader(new InputStreamReader(System.in)); System.out.println((int)(Integer.parseInt(reader.readLine()) * 3.5)); } }