結果
問題 | No.591 (^o^)/ |
ユーザー |
![]() |
提出日時 | 2018-02-26 18:16:09 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 338 bytes |
コンパイル時間 | 525 ms |
コンパイル使用メモリ | 67,536 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-24 12:02:10 |
合計ジャッジ時間 | 1,151 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
ソースコード
#include <iostream>#include <vector>#include <algorithm>#define REP(i, a, b) for (int i = int(a); i < int(b); i++)#define dump(s) cerr << __LINE__ << "\t:" << #s << " = " << (s) << endlusing namespace std;int main () {char T1, T2;cin >> T1 >> T2;cout << '(' << T1 << T2 << T1 << ")/" << endl;return 0;}