結果
| 問題 | No.355 数当てゲーム(2) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-04-01 23:38:59 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 272 bytes |
| 記録 | |
| コンパイル時間 | 57 ms |
| コンパイル使用メモリ | 81,108 KB |
| 実行使用メモリ | 95,584 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2026-07-18 04:45:44 |
| 合計ジャッジ時間 | 11,792 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 52 |
ソースコード
# -*- coding: utf-8 -*-
import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as coll
cand = []
for i in xrange(10):
print i, i, i, i
sys.stdout.flush()
X, Y = map(int, raw_input().split())
for j in xrange(Y):
cand.append(i)