ログインしてください。
提出 #935718
ソースコード 拡げる
<?php
$stdins = array();
while(true)
{
$stdin = trim(fgets(STDIN));
if ($stdin === '')
{
var_dump(count(array_unique($stdins))) ;
return;
}
$stdins[] = $stdin;
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - AtCoDeerくんとペンキ |
| ユーザ | rinkou |
| 言語 | PHP (5.6.30) |
| 得点 | 0 |
| コード長 | 245 Byte |
| 結果 | WA |
| 実行時間 | 17 ms |
| メモリ | 3452 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 0 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | 0_000.txt, 0_001.txt |
| All | 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 0_000.txt | WA | 16 ms | 3452 KiB |
| 0_001.txt | WA | 17 ms | 3452 KiB |
| 1_002.txt | WA | 17 ms | 3452 KiB |
| 1_003.txt | WA | 17 ms | 3452 KiB |
| 1_004.txt | WA | 17 ms | 3452 KiB |
| 1_005.txt | WA | 17 ms | 3452 KiB |