結果
| 問題 |
No.3264 岩井数
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-09-06 13:16:13 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 119 bytes |
| コンパイル時間 | 3,060 ms |
| コンパイル使用メモリ | 275,404 KB |
| 実行使用メモリ | 7,720 KB |
| 最終ジャッジ日時 | 2025-09-06 13:17:49 |
| 合計ジャッジ時間 | 5,714 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | AC * 22 WA * 8 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
// m1une on my phone
int main(){
string S;
cin >> S;
cout << S << S;
}