結果

問題 No.591 (^o^)/
ユーザー cnyanko
提出日時 2017-11-24 19:31:18
言語 C
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 134 bytes
コンパイル時間 155 ms
コンパイル使用メモリ 26,368 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-27 07:06:56
合計ジャッジ時間 634 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 7
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<stdio.h>

int main(void){
    int a,b;
    a=getchar();
    b=getchar();
    printf("(%c%c%c)/\n",&a,&b,&a);

    return 0;
}
0