結果
| 問題 |
No.993 青色
|
| コンテスト | |
| ユーザー |
ose20
|
| 提出日時 | 2021-02-27 21:29:45 |
| 言語 | TypeScript (5.7.2) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 141 bytes |
| コンパイル時間 | 7,940 ms |
| コンパイル使用メモリ | 230,012 KB |
| 実行使用メモリ | 41,076 KB |
| 最終ジャッジ日時 | 2024-12-31 16:30:02 |
| 合計ジャッジ時間 | 9,023 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 8 |
ソースコード
import * as fs from 'fs';
const input = fs.readFileSync('/dev/stdin', 'utf8');
let result = input.replace(/ao/g, 'ki');
console.log(result);
ose20