結果
| 問題 | 
                            No.591 (^o^)/
                             | 
                    
| コンテスト | |
| ユーザー | 
                             tororo_shidoro
                         | 
                    
| 提出日時 | 2018-10-20 22:49:55 | 
| 言語 | C  (gcc 13.3.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 122 bytes | 
| コンパイル時間 | 570 ms | 
| コンパイル使用メモリ | 26,368 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-11-19 03:00:51 | 
| 合計ジャッジ時間 | 1,215 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 3 | 
| other | WA * 7 | 
ソースコード
#include <stdio.h>
int main(void){
    char a[2];
    scanf("%c%c",&a[0],&a[1]);
    printf("(%c%c%c)/",a[0],a[1],a[0]);
}
            
            
            
        
            
tororo_shidoro