結果
問題 |
No.249 N言っちゃダメゲーム (2)
|
ユーザー |
![]() |
提出日時 | 2018-05-18 20:49:35 |
言語 | Java (openjdk 23) |
結果 |
RE
|
実行時間 | - |
コード長 | 270 bytes |
コンパイル時間 | 2,001 ms |
コンパイル使用メモリ | 75,028 KB |
実行使用メモリ | 56,468 KB |
最終ジャッジ日時 | 2024-06-28 13:45:56 |
合計ジャッジ時間 | 3,705 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 RE * 2 |
ソースコード
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); for(int i = 0; i < 1000; i++) { int N = scan.nextInt(); int K = scan.nextInt(); } scan.close(); System.out.println(500); } }