結果
| 問題 |
No.8089 32xtm fwf8ggk pgmer@ qr@,wsvb guf@t^xd@
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-04-01 22:02:10 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 204 bytes |
| コンパイル時間 | 1,705 ms |
| コンパイル使用メモリ | 169,556 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-20 09:19:32 |
| 合計ジャッジ時間 | 2,248 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
}