結果
問題 |
No.591 (^o^)/
|
ユーザー |
![]() |
提出日時 | 2018-01-16 17:53:54 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 3 ms / 2,000 ms |
コード長 | 343 bytes |
コンパイル時間 | 739 ms |
コンパイル使用メモリ | 80,812 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-24 05:51:34 |
合計ジャッジ時間 | 1,337 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
ソースコード
#include<iostream> #include<vector> #include<algorithm> #include<cstdio> #include<cstdlib> #include<string> #include<sstream> #include<cmath> #include<numeric> #include<map> #include<stack> #include<queue> using namespace std; int mod = 1e9+7; int main() { char a, b; cin >> a >> b; printf("(%c%c%c)/\n", a, b, a); return 0; } // EOF