結果
問題 | No.304 鍵(1) |
ユーザー | TatsuDX |
提出日時 | 2016-09-03 15:11:44 |
言語 | Java21 (openjdk 21) |
結果 |
RE
|
実行時間 | - |
コード長 | 258 bytes |
コンパイル時間 | 3,191 ms |
コンパイル使用メモリ | 75,136 KB |
実行使用メモリ | 75,192 KB |
平均クエリ数 | 310.00 |
最終ジャッジ日時 | 2024-07-16 10:59:19 |
合計ジャッジ時間 | 6,592 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 434 ms
75,192 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
ソースコード
import java.util.Scanner; public class Test { public static void main(String[] args) { Scanner sc = new Scanner(System.in); for(int i = 0; i < 1000; i++){ System.out.printf("%03d\r\n",i); if(sc.next().equals("unlocked")); } sc.close(); } }