結果

問題 No.423 ハムスター語初級(数詞)
ユーザー dnish
提出日時 2017-07-03 00:54:20
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 134 bytes
コンパイル時間 1,716 ms
コンパイル使用メモリ 167,620 KB
実行使用メモリ 6,816 KB
最終ジャッジ日時 2024-10-05 08:59:08
合計ジャッジ時間 1,924 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 8 WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
#define p(s) cout<<(s)<<endl
using namespace std;

int main(){
	string s;
	cin>>s;
	p(s+"ham");
	return 0;
}
0