結果
| 問題 | No.8089 32xtm fwf8ggk pgmer@ qr@,wsvb guf@t^xd@ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-04-01 22:02:10 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 204 bytes |
| 記録 | |
| コンパイル時間 | 997 ms |
| コンパイル使用メモリ | 181,828 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-05-14 11:15:17 |
| 合計ジャッジ時間 | 1,774 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 10 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
vector<string>S={"わ","ぬ","ふ","あ","う","え","お","や","ゆ","よ"};
string I;cin>>I;
for(auto i:I)cout<<S[i-'0'];
cout<<endl;
}