結果
問題 | No.423 ハムスター語初級(数詞) |
ユーザー |
![]() |
提出日時 | 2016-10-04 18:58:21 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 251 bytes |
コンパイル時間 | 653 ms |
コンパイル使用メモリ | 65,180 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-21 16:26:55 |
合計ジャッジ時間 | 1,309 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 8 WA * 1 |
ソースコード
#include<iostream>#include<algorithm>#include<stdio.h>#include<stdlib.h>#include<vector>#include<string>#include<sstream>#include<math.h>using namespace std;int main(){string s;cin >> s;cout << s << "ham" << endl;return 0;}