結果
問題 | No.249 N言っちゃダメゲーム (2) |
ユーザー | Grenache |
提出日時 | 2015-07-24 22:46:49 |
言語 | Java21 (openjdk 21) |
結果 |
RE
|
実行時間 | - |
コード長 | 333 bytes |
コンパイル時間 | 3,393 ms |
コンパイル使用メモリ | 74,748 KB |
実行使用メモリ | 54,308 KB |
最終ジャッジ日時 | 2024-07-08 13:23:10 |
合計ジャッジ時間 | 4,549 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 183 ms
43,800 KB |
ソースコード
import java.util.Scanner; public class Main_yukicoder249 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); for (int i = 0; i < 1000; i++) { int n = sc.nextInt(); int k = sc.nextInt(); } System.out.println("500"); sc.close(); } }