結果
| 問題 | 
                            No.423 ハムスター語初級(数詞)
                             | 
                    
| コンテスト | |
| ユーザー | 
                             tatsukawa
                         | 
                    
| 提出日時 | 2016-11-06 09:16:32 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 228 bytes | 
| コンパイル時間 | 1,465 ms | 
| コンパイル使用メモリ | 168,340 KB | 
| 実行使用メモリ | 6,820 KB | 
| 最終ジャッジ日時 | 2024-11-25 03:16:39 | 
| 合計ジャッジ時間 | 1,785 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 | 
| other | AC * 8 WA * 1 | 
ソースコード
#include <bits/stdc++.h>
using namespace std;
using ll = int64_t;
using P = std::pair<int, int>;
const int INF = 1e8;
int main() {
    ios::sync_with_stdio(false);
    string s;
    cin >> s;
    cout << s + "ham" << endl;
}
            
            
            
        
            
tatsukawa