diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-16 00:52:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-16 00:52:21 +0900 |
| commit | 2515b217303dcf02f852e2deaf4c389beb3e7fb7 (patch) | |
| tree | 5ea05cba63ffb0d404a3c3da980e1169c521cbed | |
| parent | 4ea5bab83311929ab5e7f055cf24a71d224fbd98 (diff) | |
| download | phperkaigi-2025-albatross-2515b217303dcf02f852e2deaf4c389beb3e7fb7.tar.gz phperkaigi-2025-albatross-2515b217303dcf02f852e2deaf4c389beb3e7fb7.tar.zst phperkaigi-2025-albatross-2515b217303dcf02f852e2deaf4c389beb3e7fb7.zip | |
feat(frontend): add notice for player
| -rw-r--r-- | frontend/app/components/Gaming/Problem.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/app/components/Gaming/Problem.tsx b/frontend/app/components/Gaming/Problem.tsx index 8a8613f..460bc85 100644 --- a/frontend/app/components/Gaming/Problem.tsx +++ b/frontend/app/components/Gaming/Problem.tsx @@ -24,6 +24,9 @@ export default function Problem({ title, description, sampleCode }: Props) { <div className="text-gray-700 flex flex-col gap-2"> <p>スコアはコード中の全 ASCII 空白文字を除去した後のバイト数です。</p> <p> + 同じスコアを出した場合、より提出が早かったプレイヤーの勝ちとなります。 + </p> + <p> この環境の PHP バージョンは{" "} <strong className="font-bold">8.4.4</strong> です。 mbstring を除くほとんどの拡張は無効化されています。 |
