結果
問題 |
No.249 N言っちゃダメゲーム (2)
|
ユーザー |
|
提出日時 | 2016-03-29 17:27:13 |
言語 | Java (openjdk 23) |
結果 |
RE
|
実行時間 | - |
コード長 | 265 bytes |
コンパイル時間 | 2,447 ms |
コンパイル使用メモリ | 77,796 KB |
実行使用メモリ | 43,384 KB |
最終ジャッジ日時 | 2024-10-02 07:27:45 |
合計ジャッジ時間 | 3,532 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 RE * 2 |
ソースコード
package yukicoder249; import java.util.*; public class Main { public static void main(String[] args){ Scanner sc=new Scanner(System.in); int res=0; for(int i=0;i<1000;i++){ int n=sc.nextInt(); int k=sc.nextInt(); } System.out.println(500); } }