結果

問題 No.2894 Monotonic Intervals
ユーザー 👑 p-adicp-adic
提出日時 2024-09-21 14:50:38
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 2,113 ms
コンパイル使用メモリ 173,744 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-21 14:50:41
合計ジャッジ時間 3,106 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 2 ms
5,376 KB
testcase_04 WA -
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 4 ms
5,376 KB
testcase_10 AC 4 ms
5,376 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,a=1;string@S;rep(i,1,N)a+=S[i]!=S[i+1];wt(a);
0