結果

問題 No.2773 Wake up Record 1
ユーザー イルカイルカ
提出日時 2024-06-11 04:23:13
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 108 ms / 2,000 ms
コード長 88 bytes
コンパイル時間 275 ms
コンパイル使用メモリ 82,272 KB
実行使用メモリ 79,104 KB
最終ジャッジ日時 2024-06-11 04:23:17
合計ジャッジ時間 3,434 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 55 ms
62,976 KB
testcase_01 AC 53 ms
63,232 KB
testcase_02 AC 55 ms
62,976 KB
testcase_03 AC 54 ms
62,976 KB
testcase_04 AC 54 ms
62,592 KB
testcase_05 AC 108 ms
79,104 KB
testcase_06 AC 67 ms
73,600 KB
testcase_07 AC 75 ms
78,504 KB
testcase_08 AC 66 ms
74,496 KB
testcase_09 AC 73 ms
77,744 KB
testcase_10 AC 66 ms
74,864 KB
testcase_11 AC 75 ms
78,196 KB
testcase_12 AC 72 ms
78,588 KB
testcase_13 AC 65 ms
70,784 KB
testcase_14 AC 74 ms
77,780 KB
testcase_15 AC 57 ms
64,640 KB
testcase_16 AC 76 ms
78,628 KB
testcase_17 AC 76 ms
78,312 KB
testcase_18 AC 68 ms
72,448 KB
testcase_19 AC 86 ms
78,676 KB
testcase_20 AC 65 ms
71,040 KB
testcase_21 AC 76 ms
78,688 KB
testcase_22 AC 77 ms
78,628 KB
testcase_23 AC 74 ms
78,592 KB
testcase_24 AC 75 ms
78,540 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import re;N,S=open(0);l=[m.span()[1] for m in re.finditer('xo',S)];print(len(l),"\n",*l)
0