結果
| 問題 | No.591 (^o^)/ | 
| コンテスト | |
| ユーザー |  Maeda | 
| 提出日時 | 2025-03-07 16:04:02 | 
| 言語 | C (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 1 ms / 2,000 ms | 
| コード長 | 202 bytes | 
| コンパイル時間 | 647 ms | 
| コンパイル使用メモリ | 24,064 KB | 
| 実行使用メモリ | 8,480 KB | 
| 最終ジャッジ日時 | 2025-03-07 16:04:04 | 
| 合計ジャッジ時間 | 1,081 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 7 | 
ソースコード
#include <stdio.h>
void main(void){
	char firstParts = '^';
	char secondParts = 'o';
	int input = scanf("%c\n%c\n",&firstParts,&secondParts);
	printf("(%c%c%c)/\n",firstParts,secondParts,firstParts);
}
            
            
            
        