結果
問題 | No.2014 Eggs Hatching |
ユーザー |
|
提出日時 | 2022-10-03 14:16:27 |
言語 | Java (openjdk 23) |
結果 |
WA
|
実行時間 | - |
コード長 | 283 bytes |
コンパイル時間 | 5,190 ms |
コンパイル使用メモリ | 73,544 KB |
実行使用メモリ | 41,456 KB |
最終ジャッジ日時 | 2024-12-27 11:36:03 |
合計ジャッジ時間 | 6,056 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | AC * 2 WA * 16 |
ソースコード
import java.util.Scanner;class Main{public static void main(String[] args){Scanner sc = new Scanner(System.in);int ans = sc.nextInt();ans = Math.max(ans,sc.nextInt());ans = Math.max(ans,sc.nextInt());System.out.println(ans);}}