結果
| 問題 |
No.355 数当てゲーム(2)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-04-01 23:39:33 |
| 言語 | Python2 (2.7.18) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 183 bytes |
| コンパイル時間 | 163 ms |
| コンパイル使用メモリ | 7,040 KB |
| 実行使用メモリ | 25,820 KB |
| 平均クエリ数 | 10.00 |
| 最終ジャッジ日時 | 2024-07-16 09:24:29 |
| 合計ジャッジ時間 | 12,031 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 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()