結果

問題 No.3264 岩井数
ユーザー DeltaStruct
提出日時 2025-08-06 22:33:15
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 106 bytes
コンパイル時間 1,836 ms
コンパイル使用メモリ 194,748 KB
実行使用メモリ 7,716 KB
最終ジャッジ日時 2025-08-06 22:33:20
合計ジャッジ時間 4,752 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other AC * 22 WA * 8
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;

int main(){
  string s; cin >> s; cout << s << s << endl;
}
0