結果
問題 |
No.676 C0nvertPr0b1em
|
ユーザー |
![]() |
提出日時 | 2018-04-28 04:45:16 |
言語 | JavaScript (node v23.5.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 32 ms |
コンパイル使用メモリ | 6,692 KB |
実行使用メモリ | 41,324 KB |
最終ジャッジ日時 | 2024-10-13 00:35:45 |
合計ジャッジ時間 | 3,234 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 29 |
ソースコード
let test = 'ConvertProblem' test = test.replace(/o/ig, '0'); test = test.replace(/l/ig, '1'); console.log(test)